[Qa-jenkins-scm] [jenkins.debian.net] 02/02: reproducible_lede: fix sha256sum shortcut for packages

Holger Levsen holger at layer-acht.org
Mon Jun 19 08:59:46 UTC 2017


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to branch master
in repository jenkins.debian.net.

commit c4ac19c8227ce6a1ffe199a244d40b5f93c8db68
Author: Alexander Couzens <lynxis at fe80.eu>
Date:   Mon Jun 19 05:37:19 2017 +0200

    reproducible_lede: fix sha256sum shortcut for packages
    
    Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
 bin/reproducible_lede.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/reproducible_lede.sh b/bin/reproducible_lede.sh
index 807923d..24ef4fe 100755
--- a/bin/reproducible_lede.sh
+++ b/bin/reproducible_lede.sh
@@ -167,7 +167,7 @@ for i in * ; do
 			continue
 		fi
 
-		if [ "$(sha256sum $i $j | cut -f 1 -d ' ' | uniq -c  | wc -l)" != "1" ] ; then
+		if [ "$(sha256sum $TMPDIR/b1/$i/$j $TMPDIR/b2/$i/$j | cut -f 1 -d ' ' | uniq -c  | wc -l)" != "1" ] ; then
 			call_diffoscope $i $j
 		else
 			echo "$(date -u) - $i/$j is reproducible, yip!"

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git



More information about the Qa-jenkins-scm mailing list