File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -103,9 +103,10 @@ $(DIST_STAMP) : $(HADDOCK_STAMP) $(USERGUIDE_STAMP) $(SDIST_STAMP)
103
103
@echo " Cabal tarball built: $( DIST_STAMP) "
104
104
@echo " Release fileset prepared: $( DISTLOC) /"
105
105
106
- release : $(DIST_STAMP )
107
- scp -r $(DISTLOC ) $(SSH_USER ) @haskell.org:/home/web/haskell.org/cabal/release/cabal-$(VERSION )
108
- ssh $(SSH_USER ) @haskell.org ' cd /home/web/haskell.org/cabal/release && rm -f $(KIND) && ln -s cabal-$(VERSION) $(KIND)'
106
+ # Out of date, use SFTP
107
+ # release: $(DIST_STAMP)
108
+ # scp -r $(DISTLOC) $(SSH_USER)@haskell.org:/home/web/haskell.org/cabal/release/cabal-$(VERSION)
109
+ # ssh $(SSH_USER)@haskell.org 'cd /home/web/haskell.org/cabal/release && rm -f $(KIND) && ln -s cabal-$(VERSION) $(KIND)'
109
110
110
111
# tags...
111
112
You can’t perform that action at this time.
0 commit comments