[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] reproducible Debian: further improve output

Holger Levsen gitlab at salsa.debian.org
Wed Feb 20 20:25:57 GMT 2019


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


Commits:
ae229b81 by Holger Levsen at 2019-02-20T20:25:49Z
reproducible Debian: further improve output

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
=====================================
@@ -102,9 +102,9 @@ for package in $packages ; do
 	        if  [ -e ${package_file}.json ] ; then
 			count=$(fmt ${package_file}.json | grep -c '\.buildinfo' || true)
 			if [ "${count}" -ge 2 ]; then
-				echo "$(date -u) - REPRODUCIBLE: $package_file: $SHA1SUM_PKG - reproduced $count times."
+				echo "$(date -u) - REPRODUCIBLE: $package_file ($SHA1SUM_PKG) - reproduced $count times."
 			else
-				echo "$(date -u) - UNREPRODUCIBLE: $package_file: $SHA1SUM_PKG on ftp.debian.org, but nowhere else."
+				echo "$(date -u) - UNREPRODUCIBLE: $package_file ($SHA1SUM_PKG) on ftp.debian.org, but nowhere else."
 			fi
 		fi
 		continue
@@ -120,10 +120,10 @@ for package in $packages ; do
 		SHA1SUM_PKG="$(cat ${package_file}.sha1output | awk '{print $1}' )"
 	fi
 	if [ ! -e ${package_file}.json ]; then
-		echo "$(date -u) - downloading .json for ${SHA1SUM_PKG} from buildinfo.debian.net"
+		echo "$(date -u) - downloading .json for ${package_file} (${SHA1SUM_PKG}) from buildinfo.debian.net"
 		wget --quiet -O ${package_file}.json ${bdn_url}/${SHA1SUM_PKG} || echo "WARNING: failed to download ${bdn_url}/${SHA1SUM_PKG}"
 	else
-		echo "$(date -u) - reusing local copy of .json for ${SHA1SUM_PKG} from buildinfo.debian.net"
+		echo "$(date -u) - reusing local copy of .json for ${package_file} (${SHA1SUM_PKG}) from buildinfo.debian.net"
 	fi
 	rm -f $LOCK
 done | tee $log



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

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


More information about the Qa-jenkins-scm mailing list