diff options
author | Holger Levsen <holger@layer-acht.org> | 2017-01-08 14:16:00 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2017-01-08 14:16:00 +0100 |
commit | f30bf7288617d329baad1e2bac3f2a05d1a3fab3 (patch) | |
tree | be6a63f2df6eca20c729ec1801a6cd7b31f5fb47 /bin | |
parent | 683a891d35c9707b8ac36d2c9abdb70b215ab3e6 (diff) | |
download | jenkins.debian.net-f30bf7288617d329baad1e2bac3f2a05d1a3fab3.tar.xz |
reproducible: add irc notification for diffoscope not up2date warnings
Signed-off-by: Holger Levsen <holger@layer-acht.org>
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 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 |