diff options
author | Holger Levsen <holger@layer-acht.org> | 2016-08-18 10:32:02 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-08-18 10:32:02 +0200 |
commit | 6346e1605e7e15c5982dde074c743a836b64dfde (patch) | |
tree | e41454009713acc25230f9b0663ab49945de2f26 | |
parent | 5f50e72c3ba6fb20e7924cc95156cfa1341631f4 (diff) | |
download | jenkins.debian.net-6346e1605e7e15c5982dde074c743a836b64dfde.tar.xz |
reproducible Debian: use common functions too
-rwxr-xr-x | bin/diffoscope_distribution_test.sh | 3 |
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… |