1 Apr
2011
1 Apr
'11
7:03 p.m.
On 2011/4/1 Pierre Schmitz <pierre@archlinux.de> wrote:
On Fri, 1 Apr 2011 01:00:00 +0200, Rémy Oudompheng wrote:
- rsync -p --chmod 'ug=rw,o=r' -c -h -L --progress $rsyncopts --partial "${pkgfile}" -e ssh "$server:staging/$repo/${pkgfile##*/}" || abort + rsync -e ssh $rsyncopts --partial "${pkgfile}" ${sigfile} "$server:staging/$repo/${pkgfile##*/}" || abort
Are you sure that this will work? Looks like your are having two source files and one target that is also a file.
I feel stupid. I'll upload a new patch, unless you merge this with all the necessary fixes. Rémy.