- 10 Jul, 2013 3 commits
-
-
Natanael Copa authored
It appears that when the subshell has a ||, the 'set -e' within subshell gets invalidated. This will work as expected: ( set -e; false; echo "should not get here" ) While this will not work as expected: ( set -e; false; echo "should not get here" ) || false We resolve it by using $? to detect the status of subshell. We also let the exitcode indicate how many packages that failed. While here we also refactor it so most of the loop happens within the subshell. This lets us set (or increase) rc variable once, and it reduces number of forks which gives slightly better performance.
-
Natanael Copa authored
We actually want be able to re-run abump without needing reset the pkgver in case we had to fix things. This reverts commit 8198ded8. Conflicts: abump.in
-
Natanael Copa authored
-
- 09 Jul, 2013 26 commits
-
-
Natanael Copa authored
-
Natanael Copa authored
Otherwise abuild-sign will end with error
-
Dubiousjim authored
This permits introducing branch-specific modifications to abuild.conf settings. Any settings there override /etc/abuild.conf and $HOME/.abuild/abuild.conf.
-
Dubiousjim authored
-
Dubiousjim authored
-
Dubiousjim authored
-
Dubiousjim authored
-
Dubiousjim authored
-
Dubiousjim authored
-
Dubiousjim authored
-
Dubiousjim authored
-
Dubiousjim authored
-
Dubiousjim authored
* includes renaming pkgname, pkgver
-
Dubiousjim authored
-
Dubiousjim authored
-
Dubiousjim authored
-
Dubiousjim authored
-
Dubiousjim authored
-
Dubiousjim authored
-
Dubiousjim authored
-
Dubiousjim authored
* make vars local * refactor calculation of default_name * make non_interactive=1 * tweak error message * tweak sed command
-
Dubiousjim authored
-
Dubiousjim authored
as discussed in http://lists.alpinelinux.org/alpine-devel/3122.html
-
Dubiousjim authored
-
Dubiousjim authored
-
Dubiousjim authored
-
- 08 Jul, 2013 5 commits
-
-
Dubiousjim authored
Also remove incomplete efforts at listing "Depends on: ..."
-
Dubiousjim authored
-
Dubiousjim authored
-
Dubiousjim authored
as discussed in http://lists.alpinelinux.org/alpine-devel/3122.html
-
Natanael Copa authored
-
- 05 Jul, 2013 1 commit
-
-
Timo Teräs authored
-
- 02 Jul, 2013 5 commits
-
-
Natanael Copa authored
introduce post_unpack that by default will search for config.sub and config.guess and replace those if found. we ship our own version of those files
-
Natanael Copa authored
-
Natanael Copa authored
-
Natanael Copa authored
-
Natanael Copa authored
check for pkguser, pkggroup, subpackage
-