mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-05-23 21:55:49 +00:00
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:
parent
1ad59f729c
commit
1e500c215c
1 changed files with 1 additions and 2 deletions
3
Makefile
3
Makefile
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue