summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_build.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-06-13 10:19:03 +0200
committerHolger Levsen <holger@layer-acht.org>2015-06-13 10:19:03 +0200
commit5b4fb195cbd80a8b3446b38f9fee80eeb3f21ed2 (patch)
treed4a1ecbc8e9b16a08b134797388848ebeeeeabf3 /bin/reproducible_build.sh
parent724bd6eb50c9b6afbea629b385c95b64d7ce5fb7 (diff)
downloadjenkins.debian.net-5b4fb195cbd80a8b3446b38f9fee80eeb3f21ed2.tar.xz
reproducible: remove irc notifications for automatically rescheduling due to mirror updates
Diffstat (limited to 'bin/reproducible_build.sh')
-rwxr-xr-xbin/reproducible_build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh
index 5d6cf927..c17f6975 100755
--- a/bin/reproducible_build.sh
+++ b/bin/reproducible_build.sh
@@ -384,7 +384,7 @@ check_buildinfo() {
RESULT=$?
set -e
if [ $RESULT -eq 1 ] ; then
- irc_message "$BUILDINFO varies, probably due to mirror update. Doing the first build again, please check ${BUILD_URL}console for now..."
+ printf "$(date) - $BUILDINFO in ${SUITE} on ${ARCH} varies, probably due to mirror update. Doing the first build again, please check ${BUILD_URL}console for now..." >> /var/log/jenkins/reproducible-hit-mirror-update.log
echo
echo "============================================================================="
echo ".buildinfo's Build-Environment varies, probably due to mirror update."