From 1bafd72fbb8c030159df435f9a4f9324bc6547ac Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Mon, 9 Nov 2015 16:30:08 +0100 Subject: reproducible: enable debug --- bin/reproducible_html_rsync_remote_results.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bin/reproducible_html_rsync_remote_results.sh') diff --git a/bin/reproducible_html_rsync_remote_results.sh b/bin/reproducible_html_rsync_remote_results.sh index c45f14e9..1da10410 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 # 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 } -- cgit v1.2.3-54-g00ecf