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

Holger Levsen holger at moszumanska.debian.org
Wed Sep 23 10:59:10 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 b33a849375e4b8de1f8440a11d764e111d2fcf43
Author: Holger Levsen <holger at layer-acht.org>
Date:   Wed Sep 23 12:58:47 2015 +0200

    reproducible: improve output
---
 bin/reproducible_build.sh | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh
index 5c2a42a..a03e66b 100755
--- a/bin/reproducible_build.sh
+++ b/bin/reproducible_build.sh
@@ -142,7 +142,7 @@ update_db_and_html() {
 	sqlite3 -init $INIT ${PACKAGES_DB} "DELETE FROM schedule WHERE package_id='$SRCPKGID';"
 	gen_package_html $SRCPACKAGE
 	echo
-	echo "Successfully updated the database and updated $REPRODUCIBLE_URL/rb-pkg/${SUITE}/${ARCH}/$SRCPACKAGE.html"
+	echo "$(date -u) - successfully updated the database and updated $REPRODUCIBLE_URL/rb-pkg/${SUITE}/${ARCH}/$SRCPACKAGE.html"
 	echo
 }
 
@@ -441,7 +441,7 @@ init_package_build() {
 		BAD_LOCKFILE=true
 		handle_race_condition init
 	fi
-	echo "Starting to build ${SRCPACKAGE}/${SUITE}/${ARCH} on $(hostname -f) on $DATE" | tee ${RBUILDLOG}
+	echo "$(date -u ) - starting to build ${SRCPACKAGE}/${SUITE}/${ARCH} on $(hostname -f) on '$DATE'" | tee ${RBUILDLOG}
 	echo "The jenkins build log is/was available at ${BUILD_URL}console" | tee -a ${RBUILDLOG}
 }
 
@@ -675,7 +675,7 @@ build_rebuild() {
 			FTBFS=0
 			cat b1/${SRCPACKAGE}_${EVERSION}_${ARCH}.changes | tee -a ${RBUILDLOG}
 		else
-			echo "The second build failed, even though the first build was successful." | tee -a ${RBUILDLOG}
+			echo "$(date -u) - the second build failed, even though the first build was successful." | tee -a ${RBUILDLOG}
 		fi
 	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