From 48dead1af7cff7efc12f955775ee9858399a3321 Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Wed, 31 Mar 2010 23:58:59 +0200 Subject: Force correct remote file permissions --- commitpkg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'commitpkg') diff --git a/commitpkg b/commitpkg index 8e1e72b..bd8c450 100755 --- a/commitpkg +++ b/commitpkg @@ -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 -- cgit v1.2.3-24-g4f1b