[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] reproducible Debian real-world: results gather doesnt need locking

Holger Levsen gitlab at salsa.debian.org
Wed Feb 20 23:40:03 GMT 2019


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


Commits:
c10e3468 by Holger Levsen at 2019-02-20T23:39:53Z
reproducible Debian real-world: results gather doesnt need locking

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
=====================================
@@ -93,7 +93,8 @@ for package in $packages ; do
 	if [ -e $LOCK ] ; then
 		echo "$(date -u) - skipping locked package $package"
 		continue
-	else
+	elif [ ! "$MODE" = "results" ] ; then
+		# MODE=results is read-only
 		touch $LOCK
 	fi
 	version=$(grep-dctrl -X -P ${package} -s version -n $PACKAGES)



View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/commit/c10e34687fb2efcaed76c6f642f80b5284f71280

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/commit/c10e34687fb2efcaed76c6f642f80b5284f71280
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/48891dab/attachment-0001.html>


More information about the Qa-jenkins-scm mailing list