[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] reproducible Debian: fix redirect

Holger Levsen gitlab at salsa.debian.org
Wed Feb 20 10:40:33 GMT 2019


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


Commits:
5df12955 by Holger Levsen at 2019-02-20T10:40:19Z
reproducible Debian: fix redirect

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
=====================================
@@ -17,12 +17,11 @@ set -e
 # TODOs:
 # - ${package_file}.sha1output includes ${package_file} in the file name and contents
 # - run on osuoslXXX ? harder with using db..
-# - delete downloaded packages, keep sha1s, use them\
+# - delete downloaded packages, keep sha1s, use them
 # - GRAPH
 # - save results in db
-# - loop through all packages
+# - loop through all packages known in db
 # - show results in 'normal pages' 
-# - etc/a lot
 # - store date when a package was last reproduced... (and constantly do that...)
 # - throw away results (if none has been|which have not) signed with a tests.r-b.o key
 # - json files from buildinfo.d.n are never re-downloaded
@@ -88,7 +87,7 @@ for package in $packages ; do
 	else
 		SHA1SUM_OUTPUT="$(cat ${package_file}.sha1output)"
 	fi
-	SHA1SUM_PKG="$(echo $SHA1SUM_OUTPUT | awk '{print $1}') 2>/dev/null"
+	SHA1SUM_PKG="$(echo $SHA1SUM_OUTPUT | awk '{print $1}' 2>/dev/null)"
 	echo "$SHA1SUM_OUTPUT" | while read checksum package_file ; do
 		if [ ! -e ${package_file}.json ]; then
 			wget --quiet -O ${package_file}.json ${bdn_url}/${checksum}



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

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


More information about the Qa-jenkins-scm mailing list