[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible Debian: only remote errors are detected for other projects
Holger Levsen
holger at layer-acht.org
Wed Jan 11 00:48:07 UTC 2017
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 dc97161713531342f4ccab68a645b2367d87273e
Author: Holger Levsen <holger at layer-acht.org>
Date: Wed Jan 11 01:47:59 2017 +0100
reproducible Debian: only remote errors are detected for other projects
Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
bin/reproducible_maintenance.sh | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/bin/reproducible_maintenance.sh b/bin/reproducible_maintenance.sh
index eeaba7c..ce8bbc9 100755
--- a/bin/reproducible_maintenance.sh
+++ b/bin/reproducible_maintenance.sh
@@ -435,7 +435,12 @@ if [ "$HOSTNAME" = "$MAINNODE" ] && [ $(date -u +%H) -eq 0 ] ; then
fi
if grep -q https $TMPFILE ; then
echo "$(grep -c https $TMPFILE) entries found:"
- for a in $ARCHS archlinux fedora ; do
+ if [ "$(basename $PROBLEM)" != "reproducible-remote-error.log" ]; then
+ OTHERPROJECTS=""
+ else
+ OTHERPROJECTS="archlinux fedora"
+ fi
+ for a in $ARCHS $OTHERPROJECTS; do
echo "- $(grep https $TMPFILE|grep -c _$a) from $a."
done
elif grep -q 'stale builds found' $TMPFILE ; then
--
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