diff options
author | Alexander Couzens <lynxis@fe80.eu> | 2017-06-19 01:54:19 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2017-06-19 10:59:23 +0200 |
commit | 111ae839df21d1ced9d7ce4d62314fd15a7bd6f6 (patch) | |
tree | af9e6f98f5dc67c2de5307c1b739e2c6940c725b /bin/reproducible_lede.sh | |
parent | 263f23f413de6b27cb232bd01a9ec8665251230a (diff) | |
download | jenkins.debian.net-111ae839df21d1ced9d7ce4d62314fd15a7bd6f6.tar.xz |
reproducible_lede: remove debugging output for images
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'bin/reproducible_lede.sh')
-rwxr-xr-x | bin/reproducible_lede.sh | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/bin/reproducible_lede.sh b/bin/reproducible_lede.sh index 3c658722..807923d7 100755 --- a/bin/reproducible_lede.sh +++ b/bin/reproducible_lede.sh @@ -121,11 +121,6 @@ for target in * ; do rm -f $BASE/lede/dbd/targets/$target/$subtarget/$image.html # cleanup from previous (unreproducible) tests - if needed continue fi - # lets do a short sha256sum here, if not equal call diffoscope - echo "debug sha256: \"$TMPDIR/b1/targets/$target/$subtarget/$image\" \"$TMPDIR/b2/targets/$target/$subtarget/$image\"" - sha256sum "$TMPDIR/b1/targets/$target/$subtarget/$image" "$TMPDIR/b2/targets/$target/$subtarget/$image" - echo "$(sha256sum "$TMPDIR/b1/targets/$target/$subtarget/$image" "$TMPDIR/b2/targets/$target/$subtarget/$image" \ - | cut -f 1 -d ' ' | uniq -c | wc -l)" '!=' "1" if [ "$(sha256sum "$TMPDIR/b1/targets/$target/$subtarget/$image" "$TMPDIR/b2/targets/$target/$subtarget/$image" \ | cut -f 1 -d ' ' | uniq -c | wc -l)" != "1" ] ; then |