git: fastbulk - Exit w/success on more conditions
Matthew Dillon
dillon at crater.dragonflybsd.org
Thu Aug 23 21:55:22 PDT 2012
commit 853176ea5a5da3f0eff766af4976c5ba862e0b58
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Thu Aug 23 21:53:28 2012 -0700
fastbulk - Exit w/success on more conditions
* If the binary package build succeeds but the pkg_add fails it is likely
due to an install conflict. Exit w/success for this case (since our goal
is to generate the binary package, we succeeded!).
* Do an early check to see if the binary package has already been built
and exit immediately if it has.
Summary of changes:
test/fastbulk/dobuild | 28 ++++++++++++++++++++++++++--
1 files changed, 26 insertions(+), 2 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/853176ea5a5da3f0eff766af4976c5ba862e0b58
--
DragonFly BSD source repository
More information about the Commits
mailing list