From 5f50e72c3ba6fb20e7924cc95156cfa1341631f4 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Thu, 18 Aug 2016 10:29:13 +0200 Subject: reproducible Debian: inform the irc channel if the diffoscope version on PyPI is lower than in Debian --- bin/diffoscope_distribution_test.sh | 1 + 1 file changed, 1 insertion(+) 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" -- cgit v1.2.3-54-g00ecf