[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible arch: when nothing to do, exit cleanly (instead of aborting)

Holger Levsen holger at moszumanska.debian.org
Sat Nov 28 18:51:05 UTC 2015


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to branch master
in repository jenkins.debian.net.

commit 75baca7b3c9aa94db6b4295a7ff5be165281ed68
Author: Holger Levsen <holger at layer-acht.org>
Date:   Sat Nov 28 19:50:55 2015 +0100

    reproducible arch: when nothing to do, exit cleanly (instead of aborting)
---
 bin/reproducible_build_arch_pkg.sh | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/bin/reproducible_build_arch_pkg.sh b/bin/reproducible_build_arch_pkg.sh
index bf775e6..48654f0 100755
--- a/bin/reproducible_build_arch_pkg.sh
+++ b/bin/reproducible_build_arch_pkg.sh
@@ -198,8 +198,7 @@ if [ -z $SRCPACKAGE ] ; then
 		sleep 30m
 		echo "$(date -u ) - still sleeping..."
 	done
-	echo "$(date -u ) - abort now."
-	exec /srv/jenkins/bin/abort.sh
+	echo "$(date -u ) - exiting cleanly now."
 	exit 0
 fi
 # build package twice

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git



More information about the Qa-jenkins-scm mailing list