- 27 Jun, 2017 4 commits
-
-
Kaarle Ritvanen authored
-
Kaarle Ritvanen authored
-
Kaarle Ritvanen authored
-
Carlo Landmeter authored
-
- 23 Jun, 2017 6 commits
- 21 Jun, 2017 5 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
-
Oliver Smith authored
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.
-
- 12 Jun, 2017 1 commit
-
-
A. Wilcox authored
-
- 01 Jun, 2017 1 commit
-
-
Timo Teräs authored
-
- 19 May, 2017 1 commit
-
-
Jakub Jirutka authored
-
- 27 Apr, 2017 1 commit
-
-
Andrej authored
`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.
-
- 08 Apr, 2017 1 commit
-
-
Breno Leitao authored
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.
-
- 05 Apr, 2017 1 commit
-
-
Sören Tempel authored
Those statement are no longer needed because abuild now runs with `set -e` by default. See also: 36d51937
-
- 04 Apr, 2017 1 commit
-
-
Natanael Copa authored
-
- 27 Mar, 2017 2 commits
-
-
Ariadne Conill authored
-
Ariadne Conill authored
-
- 24 Mar, 2017 2 commits
-
-
Natanael Copa authored
-
Natanael Copa authored
make sure we don't delete files when -K is specified fixes #7008
-
- 21 Mar, 2017 2 commits
-
-
Ariadne Conill authored
-
Natanael Copa authored
we need to run the function for runpart in the same shell, otherwise we will lose the global variables set in the split functions.
-
- 20 Mar, 2017 2 commits
-
-
Natanael Copa authored
fix so abuild -A does not exit with error if gitbase fails this was introduced with the set -e
-
Natanael Copa authored
-
- 07 Mar, 2017 2 commits
-
-
Kaarle Ritvanen authored
-
Kaarle Ritvanen authored
- versioned dependencies - dependencies on 'provides' tags or library names
-
- 28 Feb, 2017 1 commit
-
-
Ariadne Conill authored
-
- 24 Feb, 2017 3 commits
-
-
Timo Teräs authored
We chose to use kernel style HOST* instead of the gcc's *_FOR_HOST.
-
Timo Teräs authored
Just checking the build, host and target triplet is not enough due to various different combinations used in the early bootstrap. So use detect specifical bootstrap setting.
-
Timo Teräs authored
-
- 23 Feb, 2017 1 commit
-
-
Timo Teräs authored
-
- 17 Feb, 2017 3 commits
-
-
Timo Teräs authored
-
Natanael Copa authored
this fixes problem with abump
-
Timo Teräs authored
-