Inline URL to make code more verbose.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Fri, 13 Jan 2012 23:29:39 +0200
changeset 120 cb5ab06a72a7
parent 119 20f1d1080886
child 121 38e8a1063673
Inline URL to make code more verbose.
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: