- 28 Apr, 2017 4 commits
-
-
Timo Teräs authored
-
Timo Teräs authored
-
Kaarle Ritvanen authored
cleans up procfs mount
-
Kaarle Ritvanen authored
-
- 27 Apr, 2017 1 commit
-
-
Ariadne Conill authored
solver: don't clobber package swaps in cases where an installed package is being replaced by a provider
-
- 26 Apr, 2017 1 commit
-
-
Timo Teräs authored
Fixes regression from commit 5ba27c90 which caused stdio buffering issues now that output is split to stderr/stdout. See also commit 51737872 for some of the history. Fixes #7107
-
- 25 Apr, 2017 3 commits
-
-
readerreader authored
-
Ariadne Conill authored
-
Ariadne Conill authored
-
- 24 Apr, 2017 2 commits
-
-
Ariadne Conill authored
-
Shiz ... authored
-
- 29 Mar, 2017 1 commit
-
-
Avi Halachmi authored
On some (probably buggy) terminals, printing up to the rightmost column may end up with the terminal issueing a newline (probably due to putting the cursor at the next char -> new line). Some other progress bars avoid it by not reaching the rightmost column. Shorten the bar width from term-width - 7 to -8 (the 7 are "xxx% []").
-
- 13 Mar, 2017 2 commits
-
-
Natanael Copa authored
-
Natanael Copa authored
This fixes regression introduced by commit 72b878e6
-
- 06 Mar, 2017 1 commit
-
-
Natanael Copa authored
this fixes build on ppc64le
-
- 28 Feb, 2017 2 commits
-
-
Timo Teräs authored
-
Timo Teräs authored
-
- 27 Feb, 2017 6 commits
-
-
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
-
- 16 Feb, 2017 1 commit
-
-
Henrik Riomar authored
-
- 15 Feb, 2017 1 commit
-
-
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.]
-
- 17 Jan, 2017 1 commit
-
-
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.
-
- 05 Jan, 2017 1 commit
-
-
Timo Teräs authored
-
- 21 Nov, 2016 1 commit
-
-
Tuan M. Hoang authored
-
- 25 Oct, 2016 1 commit
-
-
Timo Teräs authored
-
- 23 Aug, 2016 1 commit
-
-
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.
-
- 22 Jul, 2016 2 commits
-
-
Timo Teräs authored
trigger it only if apk-tools can be upgrade, add test cases
-
Timo Teräs authored
-
- 08 Jul, 2016 1 commit
-
-
Timo Teräs authored
-
- 06 Jul, 2016 1 commit
-
-
Timo Teräs authored
-
- 13 Jun, 2016 2 commits
-
-
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.
-
- 31 May, 2016 1 commit
-
-
Timo Teräs authored
fixes #5656
-
- 27 May, 2016 2 commits
-
-
Timo Teräs authored
-
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
-
- 19 Apr, 2016 1 commit
-
-
Timo Teräs authored
-