- Dec 31, 2024
-
-
Timo Teräs authored
-
- Dec 28, 2024
-
-
Timo Teräs authored
Make sure the pure virtual names (no auto selectable packages) are resolved last. This allows dependency processing to uncover additional constraints that might enable selecting them. fixes #11059
-
- Dec 27, 2024
-
-
Timo Teräs authored
-
Timo Teräs authored
also adjust test suite to test for package removal fixes 6007db9c print: refactor progress printing API
-
Timo Teräs authored
-
Timo Teräs authored
Test case from jane400@postmarketos.org fixes #11060
-
Timo Teräs authored
The 'fetch ...' lines of update are not really applet output, but status notifications to indicate that something network related is happening. Since that cannot go to stdout as some applets can output files directly to stdout it was made to go to stderr. That also is slightly problematic as it can be interpreted as an error, and if both stdout/stderr are redirected to different files/pipes their relative order might get jumbled. Convert these notices to a new progress note that follows the progress output scheme: erase the output once it is no longer relevant. And follow the --(no-)progress state so these get automatically disabled if output is piped.
-
Timo Teräs authored
-
Timo Teräs authored
-
Timo Teräs authored
and hide it from the headers
-
This lets VERSION contain additional info and without making the library filenames messed up.
-
Timo Teräs authored
-
Timo Teräs authored
-
Timo Teräs authored
fixes #10808
-
Timo Teräs authored
-
Timo Teräs authored
Instead of deferring rendering progress bar to next progress update, render it immediately after writing an output message.
-
Timo Teräs authored
- print progress based on istream bytes read: * usually network is slower than disk write speed * make consistent on the progress usage on all scenarios - simpify things as progress is not passed to fs ops
-
- Dec 20, 2024
-
-
Timo Teräs authored
- introduce _start and _end calls - implicitly print the 100% on end call - include "stage" in the _start call and relay it to progress-fd
-
Timo Teräs authored
-
- Dec 19, 2024
-
-
Timo Teräs authored
run shellcheck on x86_64 only as its not available universally
-
- Dec 18, 2024
-
-
nina authored
-
Timo Teräs authored
-
Timo Teräs authored
fixes #11055
-
including doc generation
-
Timo Teräs authored
If this is wanted as default behaviour, this global option can be placed in /etc/apk/config. fixes #10891
-
Timo Teräs authored
-
Timo Teräs authored
-
Timo Teräs authored
mkndx --pkgname-spec can now specify how to construct the download url for related packages. fetch --pkgname-spec specifies how the downloaded files are named. This allows repository to use other file extensions and layouts then what Alpine is currently using. fixes #10769 fixes #10816
-
Timo Teräs authored
Accept long form default global options from a config file. fixes #5980
-
- Dec 17, 2024
-
-
Timo Teräs authored
Remove the apk_option_group as unnecessary. This simplifies the code a little bit and reduces relocations needed in PIE build.
-
Timo Teräs authored
This reverts commit d9c24813.
-
Timo Teräs authored
allow solver to work with APK_OPENF_NO_STATE
-
Timo Teräs authored
-
-
Timo Teräs authored
so the potential subdir_done does not affect it
-
Allows disabling tests when not desired. Signed-off-by:
Rosen Penev <rosenp@gmail.com>
-
Timo Teräs authored
this merges the existing string literals to use same string
-
Timo Teräs authored
In other contexts its good to keep the man page link as-is to indicate its a link.
-
Timo Teräs authored
-
-