diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-11-09 16:35:52 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-11-09 16:35:52 +0100 |
commit | f2b1769fc784c32eec98c608b461dc4b74e263e3 (patch) | |
tree | 326281889c8a0d88c81db1fc2b289341b3eb49cb /bin | |
parent | 16c653e55f32183bfeb6fbff579427f7cb5760d8 (diff) | |
download | jenkins.debian.net-f2b1769fc784c32eec98c608b461dc4b74e263e3.tar.xz |
reproducible: fix perms
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_html_rsync_remote_results.sh | 1 |
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." |