[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] fixup syntax error in 1ddf3f8cec
Holger Levsen
gitlab at salsa.debian.org
Thu Feb 21 14:04:24 GMT 2019
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
f83d03d9 by Holger Levsen at 2019-02-21T14:04:15Z
fixup syntax error in 1ddf3f8cec
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
=====================================
@@ -133,8 +133,9 @@ for package in $packages ; do
SHA1SUM_PKG="$(sha1sum ${package_file} | tee ${package_file}.sha1output | awk '{print $1}' )"
rm ${package_file}
if [ -n "$(ls ${package}_*REPRODUCIBLE.$RELEASE 2>/dev/null)" ] ; then
+ echo "$(date -u) - $package was updated, deleting results for old version."
rm ${package}_*REPRODUCIBLE.$RELEASE
- echo "$(date -u) - $package was updated, result for old version deleted."
+ fi
else
echo "$(date -u) - ${package_file} is known, gathering sha1sum"
SHA1SUM_PKG="$(cat ${package_file}.sha1output | awk '{print $1}' )"
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/commit/f83d03d9f2a6dc2edeb430954f17e936aee5bb77
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/commit/f83d03d9f2a6dc2edeb430954f17e936aee5bb77
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/20190221/69c7965e/attachment-0001.html>
More information about the Qa-jenkins-scm
mailing list