[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible freebsd: better explain which branch is being worked on

Holger Levsen holger at moszumanska.debian.org
Wed Nov 4 07:09:39 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 562744634d0a80b4b897376b50fe8b7a0807d0cc
Author: Holger Levsen <holger at layer-acht.org>
Date:   Wed Nov 4 08:09:29 2015 +0100

    reproducible freebsd: better explain which branch is being worked on
---
 bin/reproducible_freebsd.sh | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/bin/reproducible_freebsd.sh b/bin/reproducible_freebsd.sh
index bee0fb6..786c833 100755
--- a/bin/reproducible_freebsd.sh
+++ b/bin/reproducible_freebsd.sh
@@ -27,7 +27,7 @@ create_results_dirs() {
 save_freebsd_results(){
 	local RUN=$1
 	echo "============================================================================="
-	echo "$(date -u) - Saving FreeBSD ${FREEBSD_VERSION} build results for $RUN run."
+	echo "$(date -u) - Saving FreeBSD (branch $FREEBSD_TARGET at ${FREEBSD_VERSION}) build results for $RUN run."
 	echo "============================================================================="
 	mkdir -p $TMPDIR/$RUN/
 	# copy results over
@@ -68,13 +68,13 @@ for FREEBSD_TARGET in ${FREEBSD_TARGETS} ;do
 	$RSSH git clone --depth 1 --branch $FREEBSD_TARGET https://github.com/freebsd/freebsd.git $TMPBUILDDIR
 	FREEBSD[$FREEBSD_TARGET]=$($RSSH "cd $TMPBUILDDIR ; git log -1")
 	FREEBSD_VERSION=$($RSSH "cd $TMPBUILDDIR ; git describe --always")
-	echo "This is FreeBSD $FREEBSD_VERSION."
+	echo "This is FreeBSD branch $FREEBSD_TARGET at ${FREEBSD_VERSION}."
 	echo
 	$RSSH "cd $TMPBUILDDIR ; git log -1"
 	TARGET_NAME=$(echo "freebsd_${FREEBSD_TARGET}_git${FREEBSD_VERSION}" | sed "s#/#-#g")
 
 	echo "============================================================================="
-	echo "$(date -u) - Building FreeBSD ${FREEBSD_VERSION} - first build run."
+	echo "$(date -u) - Building FreeBSD (branch $FREEBSD_TARGET at ${FREEBSD_VERSION}) - first build run."
 	echo "============================================================================="
 	export TZ="/usr/share/zoneinfo/Etc/GMT+12"
 	export LANG="en_GB.UTF-8"
@@ -93,7 +93,7 @@ for FREEBSD_TARGET in ${FREEBSD_TARGETS} ;do
 	echo "$(date) - system is running in the future now."
 
 	echo "============================================================================="
-	echo "$(date -u) - Building FreeBSD - second build run."
+	echo "$(date -u) - Building FreeBSD (branch $FREEBSD_TARGET at ${FREEBSD_VERSION}) - second build run."
 	echo "============================================================================="
 	export TZ="/usr/share/zoneinfo/Etc/GMT-14"
 	export LANG="fr_CH.UTF-8"
@@ -126,7 +126,7 @@ for FREEBSD_TARGET in ${FREEBSD_TARGETS} ;do
 	TIMEOUT="30m"
 	DIFFOSCOPE="$(schroot --directory /tmp -c source:jenkins-reproducible-${DBDSUITE}-diffoscope diffoscope -- --version 2>&1)"
 	echo "============================================================================="
-	echo "$(date -u) - Running $DIFFOSCOPE on FreeBSD build results."
+	echo "$(date -u) - Running $DIFFOSCOPE on FreeBSD (branch $FREEBSD_TARGET at ${FREEBSD_VERSION}) build results."
 	echo "============================================================================="
 	FILES_HTML[$FREEBSD_TARGET]=$(mktemp --tmpdir=$TMPDIR)
 	echo "       <ul>" > ${FILES_HTML[$FREEBSD_TARGET]}

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