[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] fix syntax
Holger Levsen
gitlab at salsa.debian.org
Thu Apr 2 17:06:09 BST 2020
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
9498829f by Holger Levsen at 2020-04-02T18:05:55+02:00
fix syntax
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- bin/reproducible_debian_rebuilder_prototype.sh
Changes:
=====================================
bin/reproducible_debian_rebuilder_prototype.sh
=====================================
@@ -108,7 +108,7 @@ output_echo "The following binary packages could be rebuilt bit-by-bit identical
BADDEBS=""
for DEB in $(dcmd ls *.changes) ; do
SHASUM=$(sha256sum $DEB | awk '{ print $1 }')
- if $(grep $SHASUM $FILE.orig) ; then
+ if grep $SHASUM $FILE.orig ; then
# reproducible, yay!
:
else
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/9498829f23ee127ace7f9328687a411ddce68f5f
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/9498829f23ee127ace7f9328687a411ddce68f5f
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/20200402/5442a252/attachment.html>
More information about the Qa-jenkins-scm
mailing list