[Qa-jenkins-scm] [jenkins.debian.net] 03/03: reproducible Archlinux: only sleep 3h if there are no scheduled packages
Holger Levsen
holger at layer-acht.org
Wed Jan 3 12:40:50 UTC 2018
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 44527fabe50d82d81941adfe36082cdb25c1193a
Author: Holger Levsen <holger at layer-acht.org>
Date: Wed Jan 3 12:37:35 2018 +0000
reproducible Archlinux: only sleep 3h if there are no scheduled packages
Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
bin/reproducible_build_archlinux_pkg.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/bin/reproducible_build_archlinux_pkg.sh b/bin/reproducible_build_archlinux_pkg.sh
index 7352e81..dfca655 100755
--- a/bin/reproducible_build_archlinux_pkg.sh
+++ b/bin/reproducible_build_archlinux_pkg.sh
@@ -90,8 +90,8 @@ choose_package() {
done
fi
if [ -z $SRCPACKAGE ] ; then
- echo "$(date -u ) - no package found to be build, sleeping 6h."
- for i in $(seq 1 12) ; do
+ echo "$(date -u ) - no package found to be build, sleeping 3h."
+ for i in $(seq 1 6) ; 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