- 19 Sep, 2017 9 commits
-
-
A. Wilcox authored
-
A. Wilcox authored
-
A. Wilcox authored
After the first dep is printed, `shift` is called to avoid the special case where the first dep cannot have a comma prepended. However, if there are no deps for a package (seen early on in the aports main repo in acf-jquery), $# is 0. POSIX specifies that `shift` has two options when the shift operand (1) is greater than $#: - if non-interactive, it can exit the shell - if it does not exit the shell, it must return a non-zero exit code Since we run the shell with -e, the second case folds in to the first. BusyBox ash does not implement this behaviour, but bash does when called as /bin/sh or when the `posix` shopt is set.
-
A. Wilcox authored
-
Natanael Copa authored
and respect -q flag
-
Breno Leitao authored
Currently is hard to discover what abuild version was used on a build log. This lack of information makes it hard to reproduce a buld failure. This change simply adds the abuild version at all logs.
-
tmpfile authored
-
Natanael Copa authored
-
Natanael Copa authored
the set -e made script exit early
-
- 05 Aug, 2017 1 commit
-
-
Ariadne Conill authored
-
- 26 Jul, 2017 1 commit
-
-
A. Wilcox authored
-
- 20 Jul, 2017 3 commits
-
-
Kaarle Ritvanen authored
-
Natanael Copa authored
This is useful for debugging
-
Natanael Copa authored
The secfixes comment will be parsed and added to alpine-secdb. add sanitycheck so we catch errors early.
-
- 17 Jul, 2017 3 commits
-
-
Natanael Copa authored
-
Natanael Copa authored
if there are no controlling reminal getlogin() may return NULL. We use getpwuid() to try figure out the username and verify that we actually have a username before we set environment USER.
-
Kaarle Ritvanen authored
-
- 16 Jul, 2017 3 commits
-
-
Kaarle Ritvanen authored
-
Kaarle Ritvanen authored
-
Kaarle Ritvanen authored
-
- 11 Jul, 2017 3 commits
-
-
Timo Teräs authored
-
Timo Teräs authored
-
tmpfile authored
-
- 06 Jul, 2017 2 commits
-
-
Kaarle Ritvanen authored
-
Kaarle Ritvanen authored
-
- 27 Jun, 2017 5 commits
-
-
Kaarle Ritvanen authored
This patch is based on earlier work by Timo Teräs.
-
Kaarle Ritvanen authored
-
Kaarle Ritvanen authored
-
Kaarle Ritvanen authored
-
Carlo Landmeter authored
-
- 23 Jun, 2017 6 commits
- 21 Jun, 2017 4 commits
-
-
Andrej authored
-
Henrik Riomar authored
set our gid to root so apk commit hooks run with the same gid as when running "sudo apk add ..." from command line.
-
Shiz ... authored
Due to fakeroot being very permissive with regards to file permissions, some package testsuites that explicitly check for failing permission checks will fail. For those testsuites, give the APKBUILD the option to run the tests outside of a fakeroot environment.
-
tmpfile authored
-