- 10 Jul, 2013 2 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
-
- 09 Jul, 2013 10 commits
-
-
Natanael Copa authored
-
Dubiousjim authored
-
Dubiousjim authored
-
Dubiousjim authored
-
Dubiousjim authored
* includes renaming pkgname, pkgver
-
Dubiousjim authored
-
Dubiousjim authored
-
Dubiousjim authored
-
Dubiousjim authored
-
Dubiousjim authored
-
- 08 Jul, 2013 1 commit
-
-
Dubiousjim authored
-
- 14 Feb, 2013 1 commit
-
-
Natanael Copa authored
-
- 14 Feb, 2012 1 commit
-
-
Natanael Copa authored
-
- 30 Sep, 2011 1 commit
-
-
Natanael Copa authored
-
- 19 Nov, 2010 2 commits
-
-
Natanael Copa authored
-
Natanael Copa authored
-
- 06 Apr, 2010 1 commit
-
-
Natanael Copa authored
-