[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: fix perms

Holger Levsen holger at moszumanska.debian.org
Mon Nov 9 15:35:56 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 f2b1769fc784c32eec98c608b461dc4b74e263e3
Author: Holger Levsen <holger at layer-acht.org>
Date:   Mon Nov 9 16:35:52 2015 +0100

    reproducible: fix perms
---
 bin/reproducible_html_rsync_remote_results.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/bin/reproducible_html_rsync_remote_results.sh b/bin/reproducible_html_rsync_remote_results.sh
index 2b53c8d..d3df7b1 100755
--- a/bin/reproducible_html_rsync_remote_results.sh
+++ b/bin/reproducible_html_rsync_remote_results.sh
@@ -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 $BASE/$PROJECT ${RESULTS}.tmp
+		chmod 775 $RESULTS
 		mv $RESULTS $BASE/$PROJECT
 		rm ${RESULTS}.tmp -r
 		echo "$(date -u) - $REPRODUCIBLE_URL/$PROJECT has been updated."

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