# HG changeset patch # User Oleksandr Gavenko # Date 1589026326 -10800 # Node ID 275340c61150d62f197f3e069837692d465ccc0e # Parent 2bd765e16581ad99961ffe3cdcfd812874ce907b Updated SF ssh key setup instructions. diff -r 2bd765e16581 -r 275340c61150 Makefile --- a/Makefile Sat May 09 00:40:11 2020 +0300 +++ b/Makefile Sat May 09 15:12:06 2020 +0300 @@ -219,7 +219,8 @@ # First time you deploy to SourceForge (sf) you need manually login to: # $ sftp $(SF_USER),$(pkgname)@web.sourceforge.net -# $ hg push ssh://$(SF_USER)@hg.code.sf.net/p/gadict/cod +# $ sftp $(SF_USER),$(pkgname)@frs.sourceforge.net +# $ hg push ssh://$(SF_USER)@hg.code.sf.net/p/gadict/code # as it asks for accepting server public key. .PHONY: deploy