pmbootstrap/pmb/helpers
Luca Weiss 33e3553cdd
aportupgrade command for upgrading APKBUILDs (!1752)
The gist of this action is upgrading the specified aport to the latest
version. There are implementations for both stable packages (which check
via the release-monitoring.org API for new versions) and git packages
(which check the GitLab/GitHub API for new commits on the main branch).

There's also the possibility to pass --all, --all-stable & --all-git to
the action which either loops through all packages, or just stable or
git packages and upgrades them.

The --dry argument is also respected.

Note, that the implementation does update the variables pkgver, pkgrel
and _commit but it doesn't update the checksums because that would slow
down the process a lot, and is potentially undesirable.
2020-02-15 20:24:09 +01:00
..
__init__.py Change copyright to 2020 2020-01-06 02:43:00 +01:00
aportupgrade.py aportupgrade command for upgrading APKBUILDs (!1752) 2020-02-15 20:24:09 +01:00
args.py Change copyright to 2020 2020-01-06 02:43:00 +01:00
cli.py Change copyright to 2020 2020-01-06 02:43:00 +01:00
devices.py Change copyright to 2020 2020-01-06 02:43:00 +01:00
file.py pmb.helpers.file: add replace_apkbuild helper (!1752) 2020-02-15 20:24:04 +01:00
frontend.py aportupgrade command for upgrading APKBUILDs (!1752) 2020-02-15 20:24:09 +01:00
git.py pmbootstrap pull: new action (!1848) 2020-01-19 20:37:46 +03:00
http.py pmb.helpers.http: add retrieve & retrieve_json helpers (!1752) 2020-02-15 20:24:09 +01:00
lint.py pmb.helpers.lint: add simple linting (!1855) 2020-02-06 13:45:21 +01:00
logging.py Change copyright to 2020 2020-01-06 02:43:00 +01:00
mount.py pmb.helpers.mount: bind_file: Add create_folders option (!1861) 2020-01-26 19:47:42 +01:00
other.py pmb.helpers.git.clone: use git from host system (!1845) 2020-01-12 00:39:47 +01:00
package.py Change copyright to 2020 2020-01-06 02:43:00 +01:00
pkgrel_bump.py Change copyright to 2020 2020-01-06 02:43:00 +01:00
pmaports.py Change copyright to 2020 2020-01-06 02:43:00 +01:00
repo.py Change copyright to 2020 2020-01-06 02:43:00 +01:00
repo_missing.py Change copyright to 2020 2020-01-06 02:43:00 +01:00
run.py Change copyright to 2020 2020-01-06 02:43:00 +01:00
run_core.py Change copyright to 2020 2020-01-06 02:43:00 +01:00
ui.py Change copyright to 2020 2020-01-06 02:43:00 +01:00