summaryrefslogtreecommitdiffstats
path: root/bin/diffoscope_distribution_test.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2016-08-18 10:32:02 +0200
committerHolger Levsen <holger@layer-acht.org>2016-08-18 10:32:02 +0200
commit6346e1605e7e15c5982dde074c743a836b64dfde (patch)
treee41454009713acc25230f9b0663ab49945de2f26 /bin/diffoscope_distribution_test.sh
parent5f50e72c3ba6fb20e7924cc95156cfa1341631f4 (diff)
downloadjenkins.debian.net-6346e1605e7e15c5982dde074c743a836b64dfde.tar.xz
reproducible Debian: use common functions too
Diffstat (limited to 'bin/diffoscope_distribution_test.sh')
-rwxr-xr-xbin/diffoscope_distribution_test.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/diffoscope_distribution_test.sh b/bin/diffoscope_distribution_test.sh
index c44cc480..b4660bb5 100755
--- a/bin/diffoscope_distribution_test.sh
+++ b/bin/diffoscope_distribution_test.sh
@@ -7,6 +7,9 @@ DEBUG=false
. /srv/jenkins/bin/common-functions.sh
common_init "$@"
+# common code (used for irc_message)
+. /srv/jenkins/bin/reproducible_common.sh
+
check_pypi() {
TMPPYPI=$(mktemp -t diffoscope-distribution-XXXXXXXX)
# the following two lines are a bit fragile…