[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] fixup cad543c: reproducible Debian: avoid one cd command per loop run

Holger Levsen gitlab at salsa.debian.org
Wed Feb 20 20:38:48 GMT 2019


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


Commits:
2e3ec5af by Holger Levsen at 2019-02-20T20:38:36Z
fixup cad543c: reproducible Debian: avoid one cd command per loop run

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
=====================================
@@ -115,7 +115,7 @@ for package in $packages ; do
 	fi
 	if [ ! -e ${package_file}.sha1output ] ; then
 		echo -n "$(date -u) - downloading... "
-		( schroot --directory  $SHA1DIR/$pool_dir -c chroot:jenkins-reproducible-${RELEASE}-diffoscope apt-get download ${package}/${RELEASE} 2>&1 |xargs echo ) || continue
+		( schroot --directory $pool_dir -c chroot:jenkins-reproducible-${RELEASE}-diffoscope apt-get download ${package}/${RELEASE} 2>&1 |xargs echo ) || continue
 		echo "$(date -u) - calculating sha1sum for ${package_file}"
 		SHA1SUM_PKG="$(sha1sum ${package_file} | tee ${package_file}.sha1output | awk '{print $1}' )"
 		rm ${package_file}



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

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


More information about the Qa-jenkins-scm mailing list