Skip to content
Snippets Groups Projects
Unverified Commit d9349852 authored by Caleb Connolly's avatar Caleb Connolly :recycle:
Browse files

CI: implement scheduled auto-update pipeline (MR 4967)

Introduce support for having CI automatically update packages using
project access tokens and scheduled pipelines.

The pipeline schedule is configured with an additional variable
containing a list of packages to update, the autoupdate-fetch.sh script
then calls a handler for each of these, the handler is expected to check
for an update, make the necessary APKBUILD changes and commit them.

After all packages have been updated, the changes are pushed to pmaports
master using a project access token.

[ci:skip-build] takes too long to build in CI
parent ca9a26cb
No related branches found
No related tags found
No related merge requests found
Pipeline #202115 passed