summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_lede.sh
diff options
context:
space:
mode:
authorAlexander Couzens <lynxis@fe80.eu>2017-06-19 05:37:19 +0200
committerHolger Levsen <holger@layer-acht.org>2017-06-19 10:59:31 +0200
commitc4ac19c8227ce6a1ffe199a244d40b5f93c8db68 (patch)
treefcffd92c70cbd9cf4e7125332283707d2f732fa7 /bin/reproducible_lede.sh
parent111ae839df21d1ced9d7ce4d62314fd15a7bd6f6 (diff)
downloadjenkins.debian.net-c4ac19c8227ce6a1ffe199a244d40b5f93c8db68.tar.xz
reproducible_lede: fix sha256sum shortcut for packages
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'bin/reproducible_lede.sh')
-rwxr-xr-xbin/reproducible_lede.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_lede.sh b/bin/reproducible_lede.sh
index 807923d7..24ef4fe8 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!"