[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] fixup syntax error
Holger Levsen
gitlab at salsa.debian.org
Tue Feb 19 23:17:11 GMT 2019
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
0a9f6b56 by Holger Levsen at 2019-02-19T23:16:56Z
fixup syntax error
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
=====================================
@@ -34,7 +34,7 @@ unreproducible_packages=
for package in $packages ; do
schroot --directory $SHA1DIR -c chroot:jenkins-reproducible-unstable-diffoscope apt-get download ${package}
SHA1SUM_OUTPUT="$(sha1sum ${package}_*.deb)"
- SHA1SUM_PKG="$(echo $SHA1SUM_OUTPUT | awk '{print $1}'"
+ SHA1SUM_PKG="$(echo $SHA1SUM_OUTPUT | awk '{print $1}')"
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/0a9f6b56e979c4e73453a02cb4002e9eea53e7ba
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/commit/0a9f6b56e979c4e73453a02cb4002e9eea53e7ba
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/20190219/1516a5c8/attachment-0001.html>
More information about the Qa-jenkins-scm
mailing list