Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-05-02 | doc: fetch: correct --link short option to -l | Timo Teräs | 1 | -1/+1 | |
Seems originally it was indeed -L, but was inadvertently changed to -l in 2.12_rc1 in options refactoring commit 1d7123d8. Since already the 2.12-stable uses -l, update just documentation. fixes #10894 | |||||
2023-05-02 | fetch: enable --timeout to set network progress timeout | Timo Teräs | 1 | -0/+4 | |
implement it also for connecting to hosts fixes #10869 | |||||
2023-04-12 | index: implement --merge and --prune-origin | Timo Teräs | 1 | -0/+7 | |
fixes #10886 | |||||
2023-04-11 | apk: add --force-missing-repositoriestt-stable-wip | Timo Teräs | 1 | -0/+3 | |
2023-04-11 | audit: implement detail records | Timo Teräs | 1 | -7/+14 | |
2023-04-11 | audit: report errors as 'e' | Timo Teräs | 1 | -0/+2 | |
2023-04-11 | audit: add --ignore-busybox-links | Timo Teräs | 1 | -0/+3 | |
Ignore any link that has the busybox binary as target. These links are created by a trigger script and not managed by apk. | |||||
2023-04-11 | audit: add a new --full mode | Timo Teräs | 1 | -2/+9 | |
2023-04-11 | audit: add --protected-paths to override the audit exceptions | Timo Teräs | 1 | -0/+4 | |
2023-04-11 | doc: remove inconsistent syntax for option parameters | Timo Teräs | 1 | -2/+2 | |
2023-04-11 | db, dot, fetch, info, list, search: support --from=FROMSPEC | Timo Teräs | 1 | -1/+12 | |
Allow omitting loading of system installed database and system repositories for the commands that operate on package indexes only. | |||||
2023-04-11 | fetch: implement --built-after | Timo Teräs | 1 | -0/+4 | |
ref #10873 | |||||
2023-04-10 | cache: improve and document purging | Timo Teräs | 2 | -3/+11 | |
Document cache clean --purge better. Add a cache purge alias for it. And also purge installed package copies on disk installs. fixes #10857 | |||||
2023-01-17 | doc: fix typo in apk-world(5) | Jakub Jirutka | 1 | -1/+1 | |
2022-12-28 | cache, upgrade: do not continue if repositories have issues | Timo Teräs | 1 | -1/+4 | |
There are subtle issues where solving fails with --available, and install_if rules if the repository indexes are not available. Also it can be considered upgrade failure if index update failed. Abort cache download, cache sync and upgrade operations early in the above mentioned cases. Also document side effects of --simulate that might affect upgrade. fixes #10726, #10764 | |||||
2022-12-21 | apk, fetch: implement --no-check-certificate | Timo Teräs | 1 | -0/+3 | |
fixes #10650 | |||||
2022-12-20 | apk: improve interactive mode handling | Timo Teräs | 1 | -0/+5 | |
- implement and document --no-interactive - improve --interactive documentation - treat EOF as Y fixes #10860 | |||||
2022-06-03 | fetch: implement --world | Timo Teräs | 1 | -0/+3 | |
fixes #10838 | |||||
2022-06-03 | add: allow specifying a version for --virtual package | Timo Teräs | 1 | -1/+3 | |
fixes #10835 | |||||
2022-01-21 | cache: allow various flags, and addition of dependencies | Timo Teräs | 1 | -6/+22 | |
Allow controlling 'cache download' more closely to 'upgrade' so it can be used to pre-download packages for ugprade. | |||||
2021-11-12 | fetch: add --url option to print the download URLs | Timo Teräs | 1 | -0/+3 | |
2021-08-23 | list: recognize both --upgradable and --upgradeable | Timo Teräs | 1 | -1/+1 | |
fixes #10759 | |||||
2021-07-23 | doc: add missing options to index, info, and version | Rodrigo Lourenço | 3 | -12/+23 | |
2021-07-23 | Document apk-search | Rodrigo Lourenço | 3 | -0/+45 | |
Fixes #10746. | |||||
2021-07-23 | Remove AUTHORS section from man pages | Timo Teräs | 22 | -110/+0 | |
Use of an AUTHORS section is strongly discouraged. Generally, it is better not to clutter every page with a list of (over time potentially numerous) authors. Add your name to comments in sources, or the root level AUTHORS file instead. | |||||
2021-01-17 | man info: --install-if and --rinstall-if do not have short options | Timo Teräs | 1 | -7/+7 | |
Commit e4aae45f removed the short options. Update the documentation. Fixes #10733 | |||||
2020-11-11 | manual: Add missing r | Alex Denes | 1 | -1/+1 | |
2020-11-10 | manual: Fix wrong argument name | Alex Denes | 1 | -1/+1 | |
2020-10-06 | db: make the --repositories-file change more announced | Timo Teräs | 1 | -2/+3 | |
Document the version when changed. And print error with similar note if the given repositories-file cannot be read. | |||||
2020-10-05 | db: make --repositories-file relative to host root | Timo Teräs | 1 | -3/+3 | |
It used to be relative to the --root specified root, but that causes issues with relative command line filenames and is unintuitive. Update documentation accordingly. Fixes #10702. | |||||
2020-09-28 | Implement upgrade --prune to remove stale world dependencies | Timo Teräs | 1 | -0/+4 | |
2020-08-24 | fix, simplify and document upgrade --ignore | Timo Teräs | 1 | -1/+7 | |
2020-07-30 | upgrade: allow for specified package upgrades | Ariadne Conill | 1 | -1/+1 | |
Fixes #10667 and #10700 | |||||
2020-05-06 | index: add argument --no-warnings | Fredrik Gustafsson | 1 | -0/+5 | |
When creating an index apk warns if a dependency is missing a provider. However when using a multi-arch repository, it's not an error that a certain architecture is missing a dependency because that dependency could be in an other architecture. Since apk index doesn't know about this, add an argument to disable that warning. Maintainer note: rebased for new option handling, and minor stylistic adjustments. Signed-off-by: Fredrik Gustafsson <fredrigu@axis.com> | |||||
2020-05-06 | man pages: make more friendly for help generation | Timo Teräs | 12 | -74/+132 | |
Also few minor fixups added. | |||||
2020-04-28 | apk: do not manage file ownership as non-root or when asked so | Fredrik Gustafsson | 1 | -0/+6 | |
If apk is run as a non-root user, it's not possible to chown files. Maintainers note: minor wording changes on commit log and man page. Signed-off-by: Fredrik Gustafsson <fredrigu@axis.com> | |||||
2020-04-24 | man pages: fix apk-del section in the main index | Timo Teräs | 1 | -1/+1 | |
2020-04-21 | man pages: format email addresses consistently | Fredrik Gustafsson | 22 | -22/+22 | |
Some email addresses was underlined and some wasn't. Remove underline from all email addresses to be consistent. The reason for chosing no underline is that the email address isn't clickable and to be consistent with the output from git log. | |||||
2020-01-26 | convert man page makefile to make.rules format | Timo Teräs | 1 | -38/+29 | |
2020-01-26 | man pages: consoldate commit options in apk(8) | Drew DeVault | 5 | -104/+30 | |
2020-01-26 | man pages: merge scdoc targetes | Drew DeVault | 1 | -4/+1 | |
2020-01-26 | Makefile: install man pages to MANDIR | Drew DeVault | 1 | -8/+18 | |
2020-01-26 | add apk-cache(5) | Drew DeVault | 2 | -0/+24 | |
2020-01-26 | add apk-keys(5) | Drew DeVault | 2 | -0/+19 | |
2020-01-26 | add apk-version(8) | Drew DeVault | 2 | -0/+54 | |
2020-01-26 | add apk-stats(8) | Drew DeVault | 2 | -0/+25 | |
2020-01-26 | add apk-audit(8) | Drew DeVault | 2 | -0/+56 | |
2020-01-26 | add apk-verify(8) | Drew DeVault | 2 | -0/+29 | |
2020-01-26 | add apk-manifest(8) | Drew DeVault | 2 | -0/+34 | |
2020-01-26 | add apk-fetch(8) | Drew DeVault | 2 | -0/+42 | |