[arch-dev-public] [devtools] [PATCH] commitpkg: upload signature if found

Pierre Schmitz pierre at archlinux.de
Fri Apr 1 14:55:22 EDT 2011


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. 

-- 
Pierre Schmitz, https://users.archlinux.de/~pierre


More information about the arch-dev-public mailing list