[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] 2 commits: reproducible Debian: sleeping doesnt deescalate, on the contrary

Holger Levsen gitlab at salsa.debian.org
Wed Feb 20 21:08:22 GMT 2019


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


Commits:
b2122a0d by Holger Levsen at 2019-02-20T21:07:22Z
reproducible Debian: sleeping doesnt deescalate, on the contrary

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

- - - - -
dccb0b6e by Holger Levsen at 2019-02-20T21:08:14Z
reproducible Debian: log name of logfile

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

- - - - -


1 changed file:

- bin/reproducible_compare_Debian_sha1sums.sh


Changes:

=====================================
bin/reproducible_compare_Debian_sha1sums.sh
=====================================
@@ -42,6 +42,7 @@ echo
 
 bdn_url="https://buildinfo.debian.net/api/v1/buildinfos/checksums/sha1"
 log=$(mktemp --tmpdir=$TMPDIR sha1-log-XXXXXXX)
+echo "$(date -u) - logfile used is $log"
 
 SHA1DIR=/srv/reproducible-results/debian-sha1
 mkdir -p $SHA1DIR
@@ -90,8 +91,7 @@ rm -f $SHA1DIR/*.lock	# this is a tiny bit hackish, but also an elegant way to g
 for package in $packages ; do
 	LOCK="$SHA1DIR/${package}.lock"
 	if [ -e $LOCK ] ; then
-		echo "$(date -u) - skipping locked package $package, sleeping a minute to deescalate."
-		sleep 60
+		echo "$(date -u) - skipping locked package $package"
 		continue
 	else
 		touch $LOCK



View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/compare/81aa08a06febb582d9214688c703408757b7bbce...dccb0b6ec47ddfd1bd1ef36acaba8baefa869c46

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/compare/81aa08a06febb582d9214688c703408757b7bbce...dccb0b6ec47ddfd1bd1ef36acaba8baefa869c46
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/20190220/4d7bcaee/attachment.html>


More information about the Qa-jenkins-scm mailing list