From 1139a3ff330b75875e20382b750628e405b9c976 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Tue, 1 Sep 2015 15:36:35 +0200 Subject: reproducible: now that diffoscope is available in testing, rename schroots everywhere and always use diffoscope --- bin/reproducible_netbsd.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/reproducible_netbsd.sh') 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 "=============================================================================" -- cgit v1.2.3-54-g00ecf