[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible Debian: give stats about failures per arch too

Holger Levsen holger at layer-acht.org
Fri Dec 23 13:07:56 UTC 2016


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 359b43bc5b3ca206f58e1e3c0012811876cc2b38
Author: Holger Levsen <holger at layer-acht.org>
Date:   Fri Dec 23 14:07:50 2016 +0100

    reproducible Debian: give stats about failures per arch too
    
    Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
 bin/reproducible_maintenance.sh | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/bin/reproducible_maintenance.sh b/bin/reproducible_maintenance.sh
index 3bfd5d7..64332ef 100755
--- a/bin/reproducible_maintenance.sh
+++ b/bin/reproducible_maintenance.sh
@@ -423,6 +423,9 @@ 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 ; do
+						echo "- $(grep https $TMPFILE|grep -c $a) on $a."
+				done
 			  else
 				echo "$(grep -c 'stale builds found' $TMPFILE || true) entries found:"
 			  fi

-- 
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