[Qa-jenkins-scm] [jenkins.debian.net] 01/06: reproducible coreboot: improve job output

Holger Levsen holger at moszumanska.debian.org
Wed Jun 10 17:12:32 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 53d6bba0ee37f88afa91f335cb8c4dd4bbcd2433
Author: Holger Levsen <holger at layer-acht.org>
Date:   Wed Jun 10 12:13:22 2015 +0200

    reproducible coreboot: improve job output
---
 bin/reproducible_coreboot.sh | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/bin/reproducible_coreboot.sh b/bin/reproducible_coreboot.sh
index e0c9b7e..eb12d5d 100755
--- a/bin/reproducible_coreboot.sh
+++ b/bin/reproducible_coreboot.sh
@@ -95,11 +95,11 @@ NUM_CPU=$(cat /proc/cpuinfo |grep '^processor'|wc -l)
 
 echo "============================================================================="
 echo "$(date -u) - Building cross compilers for ${ARCHS} now."
-echo "============================================================================="
 
 GOT_XTOOLCHAIN=false
 set +e
 for ARCH in ${ARCHS} ; do
+	echo "============================================================================="
 	echo "$(date -u) - Building cross compiler for ${ARCH}."
 	# taken from util/crossgcc/Makefile:
 	nice ionice -c 3 bash util/crossgcc/buildgcc -j $NUM_CPU -p $ARCH
@@ -249,6 +249,7 @@ publish_page
 calculate_build_duration
 print_out_duration
 irc_message "$REPRODUCIBLE_URL/coreboot/ has been updated."
+echo "============================================================================="
 
 # remove coreboot tree, we don't need it anymore...
 rm coreboot -r

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