Commit fbc3929e authored by Florian Pritz's avatar Florian Pritz Committed by Pierre Schmitz
Browse files

commitpkg: error out if ~/staging/$repo doesn't exist

parent 8cb3bcc1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -119,7 +119,7 @@ for _arch in ${arch[@]}; do
		fi

		echo -n 'uploading '
		rsync -p --chmod 'ug=rw,o=r' -c -h -L --progress $rsyncopts --partial "${pkgfile}" -e ssh $server:staging/$repo || abort
		rsync -p --chmod 'ug=rw,o=r' -c -h -L --progress $rsyncopts --partial "${pkgfile}" -e ssh "$server:staging/$repo/$pkgfile" || abort
	done
	archrelease $repo-${_arch} || abort
done