From 6346e1605e7e15c5982dde074c743a836b64dfde Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Thu, 18 Aug 2016 10:32:02 +0200 Subject: reproducible Debian: use common functions too --- bin/diffoscope_distribution_test.sh | 3 +++ 1 file changed, 3 insertions(+) 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ā€¦ -- cgit v1.2.3-54-g00ecf