Use rsync to upload files

git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@3947 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
calvin 2009-02-01 10:23:59 +00:00
parent 1ad59f729c
commit 1e500c215c

View file

@ -80,8 +80,7 @@ files: locale localbuild
.PHONY: upload
upload:
@echo "Starting releaseforge..."
@releaseforge
rsync -avP -e ssh dist/* calvin@frs.sourceforge.net:uploads/
.PHONY: release
release: distclean releasecheck dist-stamp sign_distfiles homepage upload