Commit 48dead1a authored by Pierre Schmitz's avatar Pierre Schmitz
Browse files

Force correct remote file permissions

parent 17e875f6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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