- Mar 13, 2017
-
-
Natanael Copa authored
This fixes regression introduced by commit 72b878e6
-
- Mar 06, 2017
-
-
Natanael Copa authored
this fixes build on ppc64le
-
- Feb 28, 2017
-
-
Timo Teräs authored
- Feb 27, 2017
-
-
Timo Teräs authored
The virtual package provider still needs to be explicitly given on command line.
-
Timo Teräs authored
-
Timo Teräs authored
fixes #5616 The original intention was not use unnecessary space on tmpfs e.g. if the cache directory is a mount point, but accidentally left unmounted. But there are valid cases when packages are intentionally wanted to be cached on tmpfs. If caching is not desired, the user can just remove the cache directory.
-
Timo Teräs authored
-
Timo Teräs authored
musl c-library does not work properly without /proc, and potentially running the scripts need this.
-
Timo Teräs authored
-
- Feb 16, 2017
-
-
Henrik Riomar authored
-
- Feb 15, 2017
-
-
Henrik Riomar authored
This allows for instance integration of etckeeper [TT: Reorganized code a bit, and modified to use single directory commit_hooks.d with argument for script of stage.]
-
- Jan 17, 2017
-
-
Breno Leitao authored
Currently apk only knows about powerpc and ppc64. I am adding support for ppc64le. ppc64le is the based on the ABI v2, which defines the endianess as little, while ppc64 is based on the first 64-bits ABI.
-
- Jan 05, 2017
-
-
Timo Teräs authored
-
- Nov 21, 2016
-
-
Tuan M. Hoang authored
-
- Oct 25, 2016
-
- Aug 23, 2016
-
-
Timo Teräs authored
It is unreasonable to assume that all package writers would except to reset umask themselves. It's done currently in most packages, but we had first issue of this kind recently, so better just reset umask.
-
- Jul 22, 2016
-
-
Timo Teräs authored
trigger it only if apk-tools can be upgrade, add test cases
-
Timo Teräs authored
-
- Jul 08, 2016
-
-
Timo Teräs authored
-
- Jul 06, 2016
-
-
Timo Teräs authored
-
- Jun 13, 2016
-
-
Natanael Copa authored
print license with the --license option.
-
Natanael Copa authored
Make it possible to individually override openssl, zlib and libfetch cflags and linker flags. This makes it possible to build apk-tools without having pkg-config installed.
-
- May 31, 2016
-
-
Timo Teräs authored
fixes #5656
-
- May 27, 2016
-
-
Timo Teräs authored
it's only used to speed up things, and having it non-existant is not a fatal error - all included things in index will be passed in command line anyway
- Apr 19, 2016
-
-
Timo Teräs authored
-
- Apr 03, 2016
-
-
Timo Teräs authored
-
- Feb 16, 2016
-
-
Timo Teräs authored
-
Timo Teräs authored
which will delete any .apk package on output directory that were not downloaded by fetch this allows apk fetch to incrementally build repositories for binary images
-
- Feb 09, 2016
-
-
Timo Teräs authored
don't overwrite the link_target if it was found from pax header. ref #5076
- Dec 10, 2015
-
-
Timo Teräs authored
- self-conflicts when the exact same version of a name is provided twice is now properly detected and diagnozed - don't print redundant satisfies diagnostic
-
Timo Teräs authored
-
- Dec 07, 2015
-
-
Natanael Copa authored
Implement --no-cache. The index is read directly from network and not cached. This is useful for docker, where you install a set of packages and directly after purge the cache. (see https://github.com/gliderlabs/docker-alpine/blob/1fc9e59d1689fc4eaf930ec66389fe58062fccec/builder/scripts/apk-install) fixes #4905
-
- Nov 12, 2015
-
-
Timo Teräs authored
-
Timo Teräs authored
- Nov 09, 2015
-
-
Timo Teräs authored
preserve [am]time for all packages and indexes. this fixes the caching error that 'apk update' is after new index is generated, but before the used mirror is synchronized. this caused local apkindex timestamp to be newer than file in mirror, when in fact it was outdated index. this also fixes fetched files to have build timestamp so that files going to .iso or custom images have proper timestamps (rsync with appropriate --modify-window now works)
-
Timo Teräs authored
fixes #4770 apk_name_foreach_matching() can matches each package via it's main name and all it's provides. Print matched packages only once.
-