pmbootstrap-meow/pmb/parse
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
_apkbuild.py pmb/parse/_apkbuild: wrap more calls in try-catch (!1864) 2020-01-26 23:06:39 +01:00
apkindex.py Change copyright to 2020 2020-01-06 02:43:00 +01:00
arch.py Change copyright to 2020 2020-01-06 02:43:00 +01:00
arguments.py aportupgrade command for upgrading APKBUILDs (!1752) 2020-02-15 20:24:09 +01:00
binfmt_info.py Change copyright to 2020 2020-01-06 02:43:00 +01:00
bootimg.py Change copyright to 2020 2020-01-06 02:43:00 +01:00
depends.py Change copyright to 2020 2020-01-06 02:43:00 +01:00
deviceinfo.py Change copyright to 2020 2020-01-06 02:43:00 +01:00
kconfig.py Change copyright to 2020 2020-01-06 02:43:00 +01:00
version.py Change copyright to 2020 2020-01-06 02:43:00 +01:00