Skip to content

Commit 5377e10

Browse files
committed
Makefile: comment out some old stuff.
[ci skip] (cherry picked from commit dd57b5c)
1 parent 46ba93c commit 5377e10

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Cabal/Makefile

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,9 +103,10 @@ $(DIST_STAMP) : $(HADDOCK_STAMP) $(USERGUIDE_STAMP) $(SDIST_STAMP)
103103
@echo "Cabal tarball built: $(DIST_STAMP)"
104104
@echo "Release fileset prepared: $(DISTLOC)/"
105105

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)'
109110

110111
# tags...
111112

0 commit comments

Comments
 (0)