diff options
author | Pierre Schmitz <pierre@archlinux.de> | 2010-03-31 23:58:59 +0200 |
---|---|---|
committer | Pierre Schmitz <pierre@archlinux.de> | 2010-03-31 23:58:59 +0200 |
commit | 48dead1af7cff7efc12f955775ee9858399a3321 (patch) | |
tree | 483075381975e01bb297aeab7c4dbc4b55c4bff7 /commitpkg | |
parent | 17e875f6b315ee7ef60f39345a58529cc44c06ce (diff) | |
download | devtools-48dead1af7cff7efc12f955775ee9858399a3321.tar.gz devtools-48dead1af7cff7efc12f955775ee9858399a3321.tar.xz |
Force correct remote file permissions
Diffstat (limited to 'commitpkg')
-rwxr-xr-x | commitpkg | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -96,7 +96,7 @@ for _arch in ${arch[@]}; do fi echo -n 'uploading ' - rsync -c -h -L --progress $rsyncopts "${pkgfile}" -e ssh $server:staging/$repo || abort + rsync -p --chmod 'ug=rw,o=r' -c -h -L --progress $rsyncopts "${pkgfile}" -e ssh $server:staging/$repo || abort done archrelease $repo-${_arch} || abort done |