forked from openwrt/asu
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
api: add /update/<version>/<target> call
this call can be called by a remote process to trigger an update of a specific version/target combination, instead of requestion *everything* all the time. This should be a massive performance improvement and keep things better in sync. If you enable UPDATE_TOKEN, the janitor process won't run every x minutes anymore. For openwrt.org, this can be called via buildbots, for other projects this could be called via webhooks from just about any CI. Signed-off-by: Paul Spooren <[email protected]>
- Loading branch information
Showing
9 changed files
with
599 additions
and
649 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.