[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible Debian: emit timestamps for debugging

Holger Levsen holger at layer-acht.org
Sat Oct 22 17:41:14 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 7b8809b327d45dd95c1c3e263de21c366e70168c
Author: Holger Levsen <holger at layer-acht.org>
Date:   Sat Oct 22 19:40:58 2016 +0200

    reproducible Debian: emit timestamps for debugging
    
    Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
 bin/reproducible_build.sh | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh
index 8b281d4..154b86c 100755
--- a/bin/reproducible_build.sh
+++ b/bin/reproducible_build.sh
@@ -773,14 +773,17 @@ check_buildinfo() {
 }
 
 share_buildinfo() {
-	# Submit the buildinfo files to third-party archives:
+	# Submit the -buildinfo files to third-party archives:
+	echo "$(date -u) - submitting .buildinfo files to external archives."
 
 	# buildinfo.kfreebsd.eu administered by Steven Chamberlain <steven at pyro.eu.org>
 	mail -s "buildinfo from $NODE1" submit at buildinfo.kfreebsd.eu < ./b1/$BUILDINFO || true
 	mail -s "buildinfo from $NODE2" submit at buildinfo.kfreebsd.eu < ./b2/$BUILDINFO || true
-
+	# buildinfo.debian.net administred by Chris Lamb <chris at chris-lamb.co.uk>
 	curl -X PUT --data-binary @- "http://buildinfo.debian.net/api/submit?node=$NODE1" < ./b1/$BUILDINFO || true
 	curl -X PUT --data-binary @- "http://buildinfo.debian.net/api/submit?node=$NODE2" < ./b2/$BUILDINFO || true
+
+	echo "$(date -u) - done submitting .buildinfo files."
 }
 
 build_rebuild() {

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