Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-09-19 | git: ignore abuild-rmtemp executable | A. Wilcox | 1 | -0/+1 | |
2017-09-19 | abuild-rmtemp: define _XOPEN_SOURCE to ensure FTW_DEPTH is visible | A. Wilcox | 1 | -0/+1 | |
2017-09-19 | abuild: ensure a package has deps before printing them | A. Wilcox | 1 | -0/+4 | |
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. | |||||
2017-09-19 | git: ignore abuild-gzsplit | A. Wilcox | 1 | -0/+1 | |
2017-09-19 | abuild: avoid print version multiple times | Natanael Copa | 1 | -1/+3 | |
and respect -q flag | |||||
2017-09-19 | abuild: Always print the builder version | Breno Leitao | 1 | -1/+1 | |
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. | |||||
2017-09-19 | apkbuild-pypi.in: modernize | tmpfile | 1 | -3/+2 | |
2017-09-19 | ==== release 3.0.0 ====v3.0.0 | Natanael Copa | 1 | -1/+1 | |
2017-09-19 | abuild: exit with success if arch is disabled | Natanael Copa | 1 | -2/+1 | |
the set -e made script exit early | |||||
2017-08-05 | abuild: prepare_metafiles: use new /bin/sh virtual instead of hardcoded ↵ | William Pitcock | 1 | -3/+3 | |
busybox dependency | |||||
2017-07-26 | abuild: Add default split OpenRC function | A. Wilcox | 1 | -0/+19 | |
2017-07-20 | abuild-sudo: prevent forging of user name | Kaarle Ritvanen | 1 | -10/+7 | |
2017-07-20 | abuild: print url we are fetching | Natanael Copa | 1 | -4/+1 | |
This is useful for debugging | |||||
2017-07-20 | abuild: add sanitycheck for secfixes comment | Natanael Copa | 1 | -0/+21 | |
The secfixes comment will be parsed and added to alpine-secdb. add sanitycheck so we catch errors early. | |||||
2017-07-17 | ==== release 3.0.0_rc4 ==== | Natanael Copa | 1 | -1/+1 | |
2017-07-17 | abuild-sudo: fix segfault when there are no controlling termv3.0.0_rc4 | Natanael Copa | 1 | -1/+13 | |
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. | |||||
2017-07-17 | ==== release 3.0.0_rc3 ====v3.0.0_rc3 | Kaarle Ritvanen | 1 | -1/+1 | |
2017-07-16 | abuild: rootbld: require metapackage | Kaarle Ritvanen | 1 | -5/+1 | |
2017-07-16 | abuild: rootbld: improve version compatibility | Kaarle Ritvanen | 1 | -1/+8 | |
2017-07-16 | abuild: rootbld: require envsubst | Kaarle Ritvanen | 1 | -1/+1 | |
2017-07-11 | apkbuild-cpan: separate './Build test' to check step | Timo Teräs | 1 | -1/+7 | |
2017-07-11 | apkbuild-cpan: perl no longer has '.' in path, add it for prepare() | Timo Teräs | 1 | -2/+2 | |
2017-07-11 | apkbuild-cpan: modernize | tmpfile | 1 | -8/+8 | |
2017-07-06 | abuild: rootbld: make mkusers work | Kaarle Ritvanen | 1 | -2/+4 | |
2017-07-06 | abuild: rootbld: always require repo template | Kaarle Ritvanen | 1 | -34/+22 | |
2017-06-27 | abuild: build in chroot | Kaarle Ritvanen | 5 | -3/+161 | |
This patch is based on earlier work by Timo Teräs. | |||||
2017-06-27 | abuild-sudo: enforce correct value for USER | Kaarle Ritvanen | 1 | -1/+2 | |
2017-06-27 | abuild-sudo: allow commands with '-' in the name | Kaarle Ritvanen | 1 | -1/+6 | |
2017-06-27 | abuild: disable trap when entering the handler | Kaarle Ritvanen | 1 | -0/+1 | |
2017-06-27 | abuild: add config option to globally enable dbg | Carlo Landmeter | 1 | -0/+5 | |
2017-06-23 | abuild: fix bad git merge | A. Wilcox | 1 | -1/+0 | |
2017-06-23 | newapkbuild: fix usage output | A. Wilcox | 1 | -1/+2 | |
2017-06-23 | abuild: use portable awk exponentiation operator | A. Wilcox | 1 | -1/+1 | |
2017-06-23 | abuild: call tar portably | A. Wilcox | 2 | -3/+3 | |
2017-06-23 | abuild: Correctly comment default_dbg | A. Wilcox | 1 | -1/+3 | |
2017-06-23 | abuild: Add verbose option '-v' to show everything | A. Wilcox | 1 | -0/+3 | |
2017-06-21 | Allow $patch_args to pass multiple arguments to patch | Andrej | 1 | -1/+1 | |
2017-06-21 | abuild-sudo.c: setgid as well | Henrik Riomar | 1 | -0/+2 | |
set our gid to root so apk commit hooks run with the same gid as when running "sudo apk add ..." from command line. | |||||
2017-06-21 | abuild: add !checkroot option to run tests without fakeroot | Shiz | 1 | -0/+3 | |
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. | |||||
2017-06-21 | abuild-fetch.c: remove saveas- syntax | tmpfile | 1 | -3/+0 | |
2017-06-21 | Add parameter '-D' for alternative APKINDEX description | Oliver Smith | 1 | -4/+6 | |
This patch allows to set a nice description for the APKINDEX, in case the aport that is being built is not inside a git repository. I have tested it, and it behaves exactly like without the patch, even when git is not installed, or the folder is not inside a git repository: The `|| true` at the end of the DESCRIPTION= line makes sure, aport does not get aborted, just like it does not get aborted in that case as of now, as the `git describe` command gets executed in a subshell. | |||||
2017-06-12 | abuild: More readable message for missing dependencies | A. Wilcox | 1 | -1/+1 | |
2017-06-01 | functions.sh: add armel triplet | Timo Teräs | 1 | -0/+1 | |
2017-05-19 | newapkbuild: fix build_cmake template - escape parameters | Jakub Jirutka | 1 | -3/+2 | |
2017-04-27 | Fix false `set -e` termination | Andrej | 1 | -0/+1 | |
`readconfig()` would return the result of `[ -z "$CBUILDROOT" ]` condition (line 123) and trigger shell termination in abuild. This also fixes building packages with a different $CTARGET and therefore cross-compile tools. | |||||
2017-04-08 | abuild: Add support for lzip source packages | Breno Leitao | 1 | -0/+3 | |
Currently abuild does not understand .tar.lz packages, which blocks the inclusion of certain packages in Alpine Linux. I found this issue when adding 'ed' package to the repository. With this change, abuild package will now depend on lzip package. I might send a patch for abuild's APKBUILD. | |||||
2017-04-05 | remove explicit `|| return 1` from all sample APKBUILDs | Sören Tempel | 2 | -18/+16 | |
Those statement are no longer needed because abuild now runs with `set -e` by default. See also: 36d5193776180385a39626a83241822736a5f6b8 | |||||
2017-04-04 | abuild: set -e fix for update_config_{sub,guess} | Natanael Copa | 1 | -12/+4 | |
2017-03-27 | abuild: wrap check() with fakeroot | William Pitcock | 1 | -1/+8 | |
2017-03-27 | abuild: use new PKG_CONFIG_MAXIMUM_TRAVERSE_DEPTH env variable to disable ↵ | William Pitcock | 1 | -1/+1 | |
the SAT solver |