[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: enable debug

Holger Levsen holger at moszumanska.debian.org
Mon Nov 9 15:30:13 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 1bafd72fbb8c030159df435f9a4f9324bc6547ac
Author: Holger Levsen <holger at layer-acht.org>
Date:   Mon Nov 9 16:30:08 2015 +0100

    reproducible: enable debug
---
 bin/reproducible_html_rsync_remote_results.sh | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/bin/reproducible_html_rsync_remote_results.sh b/bin/reproducible_html_rsync_remote_results.sh
index c45f14e..1da1041 100755
--- a/bin/reproducible_html_rsync_remote_results.sh
+++ b/bin/reproducible_html_rsync_remote_results.sh
@@ -3,7 +3,7 @@
 # Copyright 2015 Holger Levsen <holger at layer-acht.org>
 # released under the GPLv=2
 
-DEBUG=false
+DEBUG=true
 . /srv/jenkins/bin/common-functions.sh
 common_init "$@"
 
@@ -17,6 +17,7 @@ rsync_remote_results() {
 		local RESULTS=$(mktemp --tmpdir=$TEMPDIR -d reproducible-rsync-XXXXXXXXX)
 		rsync -r -v -e ssh profitbricks-build3-amd64.debian.net:$BASE/$PROJECT/ $RESULTS
 		mv $RESULTS $BASE/$PROJECT
+		echo "$(date -u) - $REPRODUCIBLE_URL/$PROJECT has been updated."
 	done
 }
 

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