summaryrefslogtreecommitdiffstats
path: root/bin/diffoscope_distribution_test.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2016-08-18 10:29:13 +0200
committerHolger Levsen <holger@layer-acht.org>2016-08-18 10:29:13 +0200
commit5f50e72c3ba6fb20e7924cc95156cfa1341631f4 (patch)
tree232b660b98966d6be7a63aa8e769ffe70a881cf4 /bin/diffoscope_distribution_test.sh
parent37d0859241b844e43dda6467e6b128fdd3ec0373 (diff)
downloadjenkins.debian.net-5f50e72c3ba6fb20e7924cc95156cfa1341631f4.tar.xz
reproducible Debian: inform the irc channel if the diffoscope version on PyPI is lower than in Debian
Diffstat (limited to 'bin/diffoscope_distribution_test.sh')
-rwxr-xr-xbin/diffoscope_distribution_test.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/diffoscope_distribution_test.sh b/bin/diffoscope_distribution_test.sh
index 5733d0eb..c44cc480 100755
--- a/bin/diffoscope_distribution_test.sh
+++ b/bin/diffoscope_distribution_test.sh
@@ -20,6 +20,7 @@ check_pypi() {
elif dpkg --compare-versions "$DIFFOSCOPE_IN_DEBIAN" gt "$DIFFOSCOPE_IN_PYPI" ; then
echo "Fail: diffoscope in Debian: $DIFFOSCOPE_IN_DEBIAN"
echo "Fail: diffoscope in PyPI: $DIFFOSCOPE_IN_PYPI"
+ irc_message debian-reproducible "It seems diffoscope $DIFFOSCOPE_IN_DEBIAN is not available on PyPI, which only has $DIFFOSCOPE_IN_PYPI."
exit 1
else
echo "diffoscope in Debian: $DIFFOSCOPE_IN_DEBIAN"