summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_build.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-05-20 20:15:29 +0200
committerHolger Levsen <holger@layer-acht.org>2015-05-20 20:15:29 +0200
commit8272c1bb53f554d8b16df5cd27740ce7db8bbb22 (patch)
treec95e14fbc8338d126fe806cf642a6a70fc860f4e /bin/reproducible_build.sh
parent0925269bd0b2af83c4cb17fdc358d0ba959e3eea (diff)
downloadjenkins.debian.net-8272c1bb53f554d8b16df5cd27740ce7db8bbb22.tar.xz
reproducible: notify about all not-for-us builds
Diffstat (limited to 'bin/reproducible_build.sh')
-rwxr-xr-xbin/reproducible_build.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh
index 1370f7b7..c4a818eb 100755
--- a/bin/reproducible_build.sh
+++ b/bin/reproducible_build.sh
@@ -154,6 +154,7 @@ handle_not_for_us() {
echo "Package ${SRCPACKAGE} (${VERSION}) shall only be build on \"$(echo "$@" | xargs echo )\" and thus was skipped." | tee -a ${RBUILDLOG}
DURATION=''
update_db_and_html "not for us"
+ irc_message "$BUILD_URL/console has just build a not-for-us package"
if [ $SAVE_ARTIFACTS -eq 1 ] ; then SAVE_ARTIFACTS=0 ; fi
if [ ! -z "$NOTIFY" ] ; then NOTIFY="failure" ; fi
exit 0