diff options
author | Holger Levsen <holger@layer-acht.org> | 2016-08-18 10:29:13 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-08-18 10:29:13 +0200 |
commit | 5f50e72c3ba6fb20e7924cc95156cfa1341631f4 (patch) | |
tree | 232b660b98966d6be7a63aa8e769ffe70a881cf4 /bin | |
parent | 37d0859241b844e43dda6467e6b128fdd3ec0373 (diff) | |
download | jenkins.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')
-rwxr-xr-x | bin/diffoscope_distribution_test.sh | 1 |
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" |