- Dec 27, 2024
-
-
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
-
-
This is more consistent with the other sections like 'Description:'.
-
-
Timo Teräs authored
This makes the arch check apply to index and v3 packages. fixes 908f1ee7 index, add, pkg: check arch in 'add' only to allow 'index' to work
-
Fixes 539c8fab db, index: clean up index writing error handling
-
Timo Teräs authored
'index' applet should be able to index cross-arch packages. fixes #11058
-
- Dec 09, 2024
-
-
Excluding build/ isn't needed anymore since meson creates a .gitignore in the build folder that excludes itself. Ref https://github.com/mesonbuild/meson/pull/8092
-
Timo Teräs authored
Currently no ABI guarantees are done so update soname on every release. Normally distribution adjust the display version to something including the packaging version, but this avoids using that currently. It is left to the distribution to either build all reverse dependencies on upgrade, or package libapk separately so that multiple versions can coexist. fixes #11001
-