diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-09-01 15:36:35 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-09-01 15:36:35 +0200 |
commit | 1139a3ff330b75875e20382b750628e405b9c976 (patch) | |
tree | c09751ed5f49b469395c0840af82cab94c46b4ba /bin/reproducible_netbsd.sh | |
parent | 215be5c098d3aa1b98fb4132080889cdd0bd1d50 (diff) | |
download | jenkins.debian.net-1139a3ff330b75875e20382b750628e405b9c976.tar.xz |
reproducible: now that diffoscope is available in testing, rename schroots everywhere and always use diffoscope
Diffstat (limited to 'bin/reproducible_netbsd.sh')
-rwxr-xr-x | bin/reproducible_netbsd.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_netbsd.sh b/bin/reproducible_netbsd.sh index 3be712e4..9aa35869 100755 --- a/bin/reproducible_netbsd.sh +++ b/bin/reproducible_netbsd.sh @@ -120,7 +120,7 @@ rm -r $TMPBUILDDIR/netbsd # run diffoscope on the results TIMEOUT="30m" DBDSUITE="unstable" -DIFFOSCOPE="$(schroot --directory /tmp -c source:jenkins-reproducible-${DBDSUITE}-debbindiff debbindiff -- --version 2>&1)" +DIFFOSCOPE="$(schroot --directory /tmp -c source:jenkins-reproducible-${DBDSUITE}-diffoscope diffoscope -- --version 2>&1)" echo "=============================================================================" echo "$(date -u) - Running $DIFFOSCOPE on netbsd..." echo "=============================================================================" |