From 5b4fb195cbd80a8b3446b38f9fee80eeb3f21ed2 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sat, 13 Jun 2015 10:19:03 +0200 Subject: reproducible: remove irc notifications for automatically rescheduling due to mirror updates --- bin/reproducible_build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/reproducible_build.sh') 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." -- cgit v1.2.3-54-g00ecf