[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] 2 commits: reproducible Alpine: turn off debug output

Holger Levsen gitlab at salsa.debian.org
Thu Dec 12 22:34:29 GMT 2019



Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net


Commits:
6a461023 by Holger Levsen at 2019-12-12T22:33:05Z
reproducible Alpine: turn off debug output

Signed-off-by: Holger Levsen <holger at layer-acht.org>

- - - - -
f1d3c700 by Holger Levsen at 2019-12-12T22:33:05Z
reproducible Alpine: sleep 90m if no packages are to be build (instead of 30m before)

Signed-off-by: Holger Levsen <holger at layer-acht.org>

- - - - -


1 changed file:

- bin/reproducible_build_alpine_pkg.sh


Changes:

=====================================
bin/reproducible_build_alpine_pkg.sh
=====================================
@@ -4,7 +4,7 @@
 #           2017-2019 kpcyrd <git at rxv.cc>
 # released under the GPLv2
 
-DEBUG=true
+DEBUG=false
 . /srv/jenkins/bin/common-functions.sh
 common_init "$@"
 
@@ -72,8 +72,8 @@ choose_package() {
 		AND s.architecture='$ARCH'
 		ORDER BY date_scheduled LIMIT 10"|sort -R|head -1)
 	if [ -z "$RESULT" ] ; then
-		echo "No packages scheduled, sleeping 30m."
-		sleep 30m
+		echo "No packages scheduled, sleeping 90m."
+		sleep 90m
 		exit 0
 	fi
 	SUITE=$(echo $RESULT|cut -d "|" -f1)



View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/compare/325b9f57c95c5a66bd63b69cbae9546e76fe0928...f1d3c700c500eb94a6d10a6c66e539a11bb526b4

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/compare/325b9f57c95c5a66bd63b69cbae9546e76fe0928...f1d3c700c500eb94a6d10a6c66e539a11bb526b4
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/qa-jenkins-scm/attachments/20191212/e685dcf0/attachment-0001.html>


More information about the Qa-jenkins-scm mailing list