[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible arch: sleep 6h if nothing to do

Holger Levsen holger at moszumanska.debian.org
Sat Nov 28 18:54:03 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 889fcdc27f561fc9f449115f72af9298eb1f1a15
Author: Holger Levsen <holger at layer-acht.org>
Date:   Sat Nov 28 19:53:55 2015 +0100

    reproducible arch: sleep 6h if nothing to do
---
 bin/reproducible_build_arch_pkg.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/bin/reproducible_build_arch_pkg.sh b/bin/reproducible_build_arch_pkg.sh
index 48654f0..bb1658d 100755
--- a/bin/reproducible_build_arch_pkg.sh
+++ b/bin/reproducible_build_arch_pkg.sh
@@ -193,8 +193,8 @@ for PKG in $PACKAGES ; do
 	fi
 done
 if [ -z $SRCPACKAGE ] ; then
-	echo "$(date -u ) - no package found to be build, sleeping 2h."
-	for i in 1 2 3 4 ; do
+	echo "$(date -u ) - no package found to be build, sleeping 6h."
+	for i in $(seq 1 12) ; do
 		sleep 30m
 		echo "$(date -u ) - still sleeping..."
 	done

-- 
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