[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible Arch Linux: actually, sleep 5min at job end to prevent immediate restarts…

Holger Levsen holger at layer-acht.org
Sun Dec 10 16:59:37 UTC 2017


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 2f9cbcb559c5d4441353319b2939b37c0c408390
Author: Holger Levsen <holger at layer-acht.org>
Date:   Sun Dec 10 16:59:33 2017 +0000

    reproducible Arch Linux: actually, sleep 5min at job end to prevent immediate restarts…
    
    Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
 bin/reproducible_html_archlinux.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/bin/reproducible_html_archlinux.sh b/bin/reproducible_html_archlinux.sh
index 9d771a8..6891a4e 100755
--- a/bin/reproducible_html_archlinux.sh
+++ b/bin/reproducible_html_archlinux.sh
@@ -378,7 +378,7 @@ write_page "</div></div>"
 write_page_footer 'Arch Linux'
 echo "$(date -u) - enjoy $REPRODUCIBLE_URL/archlinux/$PAGE"
 
-echo "$(date -u) - Sleeping 3min now to prevent immediate restart of this job…"
-sleep 3m
+echo "$(date -u) - Sleeping 5min now to prevent immediate restart of this job…"
+sleep 5m
 
 # vim: set sw=0 noet :

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