# HG changeset patch # User Oleksandr Gavenko # Date 1326490179 -7200 # Node ID cb5ab06a72a7ce69a7a8b9bdf4306a8fd2aa4e03 # Parent 20f1d10808862125dd179be2e6302b6961126ecf Inline URL to make code more verbose. diff -r 20f1d1080886 -r cb5ab06a72a7 Makefile --- a/Makefile Fri Jan 13 23:26:28 2012 +0200 +++ b/Makefile Fri Jan 13 23:29:39 2012 +0200 @@ -135,10 +135,8 @@ .PHONY: deploy deploy: deploy2sf -SFTP_PATH = $(SF_USER),$(pkgname)@frs.sourceforge.net - # First time you deploy to SourceForge (sf) you need manually login to: -# $ sftp $(SFTP_PATH) +# $ sftp $(SF_USER),$(pkgname)@web.sourceforge.net # as it may require interactive input for accepting server public key. # Next time any action fully automated. @@ -154,7 +152,7 @@ echo "chmod 644 $$f"; \ done; \ echo 'quit'; \ -) | sftp -b - $(SFTP_PATH) +) | sftp -b - $(SF_USER),$(pkgname)@web.sourceforge.net .PHONY: deploy2sf-release deploy2sf-release: $(DIST_TARBALLS) $(DISTSRC_TARBALLS) @@ -170,7 +168,7 @@ echo "chmod 644 $$f"; \ done; \ echo 'quit'; \ -) | sftp -b - $(SFTP_PATH) +) | sftp -b - $(SF_USER),$(pkgname)@frs.sourceforge.net .PHONY: deploy2sf-src deploy2sf-src: