[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible Debian: improve console build log

Holger Levsen holger at layer-acht.org
Mon Dec 19 14:15:08 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 815e79b226529bdabfeef124a06fdd3a3ec8d5e3
Author: Holger Levsen <holger at layer-acht.org>
Date:   Mon Dec 19 15:14:55 2016 +0100

    reproducible Debian: improve console build log
    
    Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
 bin/reproducible_build.sh | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh
index 0984235..6b5387c 100755
--- a/bin/reproducible_build.sh
+++ b/bin/reproducible_build.sh
@@ -491,6 +491,8 @@ choose_package() {
 	create_results_dirs
 	echo "============================================================================="
 	echo "Initialising reproducibly build of ${SRCPACKAGE} in ${SUITE} on ${ARCH} on $(hostname -f) now. $ANNOUNCE"
+	echo "1st build will be done on $NODE1."
+	echo "2nd build will be done on $NODE2."
 	echo "============================================================================="
 	# force debug mode for certain packages
 	case $SRCPACKAGE in
@@ -711,6 +713,7 @@ check_node_is_up() {
 	local PORT=$2
 	local SLEEPTIME=$3
 	set +e
+	echo "$(date -u) - checking if $NODE is up."
 	ssh -o "BatchMode = yes" -p $PORT $NODE 'rm -v $(mktemp --tmpdir=/tmp read-only-fs-test-XXXXXX)'
 	RESULT=$?
 	# abort job if host is down

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