diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-08-15 15:18:58 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-08-15 15:18:58 +0200 |
commit | 571b063077bc37e7b85478cbfc9fa3a4c41821db (patch) | |
tree | a030c44894937ca47747f146190e1f80214a479b /bin/reproducible_netbsd.sh | |
parent | ce26a6eec7667c47005f3ee37f54e95de0e52b22 (diff) | |
download | jenkins.debian.net-571b063077bc37e7b85478cbfc9fa3a4c41821db.tar.xz |
reproducible: s#debbindiff#diffoscope#g in most of the output
Diffstat (limited to 'bin/reproducible_netbsd.sh')
-rwxr-xr-x | bin/reproducible_netbsd.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/reproducible_netbsd.sh b/bin/reproducible_netbsd.sh index 2ad6d6a0..151c4acc 100755 --- a/bin/reproducible_netbsd.sh +++ b/bin/reproducible_netbsd.sh @@ -117,7 +117,7 @@ umask 0022 # clean up builddir to save space on tmpfs rm -r $TMPBUILDDIR/netbsd -# run debbindiff on the results +# run diffoscope on the results TIMEOUT="30m" DBDSUITE="unstable" DBDVERSION="$(schroot --directory /tmp -c source:jenkins-reproducible-${DBDSUITE}-debbindiff debbindiff -- --version 2>&1)" @@ -137,7 +137,7 @@ for i in * ; do echo " <table><tr><th>Release files for <code>$i</code></th></tr>" >> $FILES_HTML for j in $(find * -type f |sort -u ) ; do let ALL_FILES+=1 - call_debbindiff $i $j + call_diffoscope $i $j get_filesize $j if [ -f $TMPDIR/$i/$j.html ] ; then mkdir -p $BASE/netbsd/dbd/$i/$(dirname $j) |