- 30 Oct, 2014 2 commits
-
-
Natanael Copa authored
-
Natanael Copa authored
-
- 31 Mar, 2014 1 commit
-
-
Natanael Copa authored
-
- 25 Oct, 2013 2 commits
-
-
Natanael Copa authored
-
Natanael Copa authored
-
- 26 Jul, 2013 1 commit
-
-
Natanael Copa authored
If some package fails, then stop processing the rest. This is so we don't risk test build the rest for the packages against wrong lib. For example, if 'abump libfoo-2.0 foo-2.0' fails on libfoo, we don't want testbuild foo-2.0, which might end with success against libfoo-1. We also echo the list of packages that was not bumped, so its easy to copy/paste next run.
-
- 22 Jul, 2013 1 commit
-
-
Natanael Copa authored
-
- 19 Jul, 2013 1 commit
-
-
Natanael Copa authored
-
- 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
-