[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: further improve analysing log problems

Holger Levsen holger at layer-acht.org
Mon Dec 26 12:23:39 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 b945007fddd43bffe20237b407c20daa70090d57
Author: Holger Levsen <holger at layer-acht.org>
Date:   Mon Dec 26 13:23:32 2016 +0100

    reproducible: further improve analysing log problems
---
 bin/reproducible_build.sh       | 2 +-
 bin/reproducible_maintenance.sh | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh
index 8b61773..3e1a61b 100755
--- a/bin/reproducible_build.sh
+++ b/bin/reproducible_build.sh
@@ -797,7 +797,7 @@ check_installed_build_depends() {
 	RESULT=$?
 	set -e
 	if [ $RESULT -eq 1 ] ; then
-		printf "$(date -u) - $BUILDINFO in ${SUITE} on ${ARCH} varies, probably due to mirror updates. Doing the first build again, please check ${BUILD_URL}console for now..." >> /var/log/jenkins/reproducible-env-changes.log
+		printf "$(date -u) - $BUILDINFO in ${SUITE} on ${ARCH} varies, probably due to mirror updates. Doing the first build again, please check ${BUILD_URL}console for now...\n" >> /var/log/jenkins/reproducible-env-changes.log
 		echo
 		echo "============================================================================="
 		echo "$(date -u) - The installed build depends vary according to the two .buildinfo files, probably due to mirror updates. Doing the first build on $NODE1 again."
diff --git a/bin/reproducible_maintenance.sh b/bin/reproducible_maintenance.sh
index 9e519c4..e6fb4e1 100755
--- a/bin/reproducible_maintenance.sh
+++ b/bin/reproducible_maintenance.sh
@@ -423,8 +423,8 @@ 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."
+				for a in $ARCHS archlinux fedora ; do
+						echo "- $(grep https $TMPFILE|grep -c _$a) from $a."
 				done
 			  else
 				echo "$(grep -c 'stale builds found' $TMPFILE || true) entries found:"

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