[Qa-jenkins-scm] [jenkins.debian.net] 02/03: reproducible: remove irc notifications for automatically rescheduling due to mirror updates
Holger Levsen
holger at moszumanska.debian.org
Sat Jun 13 08:34:45 UTC 2015
This is an automated email from the git hooks/post-receive script.
holger pushed a commit to branch master
in repository jenkins.debian.net.
commit 5b4fb195cbd80a8b3446b38f9fee80eeb3f21ed2
Author: Holger Levsen <holger at layer-acht.org>
Date: Sat Jun 13 10:19:03 2015 +0200
reproducible: remove irc notifications for automatically rescheduling due to mirror updates
---
TODO | 1 +
bin/reproducible_build.sh | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/TODO b/TODO
index 4b7ab56..517e179 100644
--- a/TODO
+++ b/TODO
@@ -193,6 +193,7 @@ egrep -R -l '(debbindiff had trouble comparing|maybe there is still )' /var/lib/
** a reproducible_log_grep_by_sql.(py|sh) would be nice, to only grep in packages with a certain status (build in the last X days)
** replace submit form by one without javascript (maybe with more url rewriting)
** html_indexes.py creates /index_notify.html three times, even though one is enough.
+** when a package is automatically rescheduled because of the mirror was updated between the two tests, there will be three rbuild logs in one. thats confusing, the first one should be dropped.
* notes related
** #786396: classify issue by "toolchain" or "package" fix needed
diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh
index 5d6cf92..c17f697 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."
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git
More information about the Qa-jenkins-scm
mailing list