From f30bf7288617d329baad1e2bac3f2a05d1a3fab3 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sun, 8 Jan 2017 14:16:00 +0100 Subject: reproducible: add irc notification for diffoscope not up2date warnings Signed-off-by: Holger Levsen --- 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 b4660bb5..aad2c490 100755 --- a/bin/diffoscope_distribution_test.sh +++ b/bin/diffoscope_distribution_test.sh @@ -45,6 +45,7 @@ check_whohas() { elif dpkg --compare-versions "$DIFFOSCOPE_IN_DEBIAN" gt "$DIFFOSCOPE_IN_WHOHAS" ; then echo "Fail: diffoscope in Debian: $DIFFOSCOPE_IN_DEBIAN" echo "Fail: diffoscope in $DISTRIBUTION: $DIFFOSCOPE_IN_WHOHAS" + irc_message debian-reproducible "It seems diffoscope $DIFFOSCOPE_IN_DEBIAN is not available in $DISTRIBUTION, which only has $DIFFOSCOPE_IN_WHOHAS." exit 1 else # FIXME: archlinux package version will be greater than Debian: 52-1 vs 52 -- cgit v1.2.3-54-g00ecf