summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_html_rsync_remote_results.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-11-09 16:35:52 +0100
committerHolger Levsen <holger@layer-acht.org>2015-11-09 16:35:52 +0100
commitf2b1769fc784c32eec98c608b461dc4b74e263e3 (patch)
tree326281889c8a0d88c81db1fc2b289341b3eb49cb /bin/reproducible_html_rsync_remote_results.sh
parent16c653e55f32183bfeb6fbff579427f7cb5760d8 (diff)
downloadjenkins.debian.net-f2b1769fc784c32eec98c608b461dc4b74e263e3.tar.xz
reproducible: fix perms
Diffstat (limited to 'bin/reproducible_html_rsync_remote_results.sh')
-rwxr-xr-xbin/reproducible_html_rsync_remote_results.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/reproducible_html_rsync_remote_results.sh b/bin/reproducible_html_rsync_remote_results.sh
index 2b53c8d7..d3df7b19 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."