Skip to content
Snippets Groups Projects
Commit fdeb93ab authored by Duncan Coutts's avatar Duncan Coutts
Browse files

Update release script for recent haskell.org server changes

parent 9ec65c22
No related branches found
No related tags found
No related merge requests found
...@@ -3,7 +3,7 @@ VERSION=1.11.0 ...@@ -3,7 +3,7 @@ VERSION=1.11.0
#KIND=devel #KIND=devel
KIND=rc KIND=rc
#KIND=latest #KIND=cabal-latest
PREFIX=/usr/local PREFIX=/usr/local
HC=ghc HC=ghc
...@@ -120,8 +120,8 @@ $(DIST_STAMP) : $(HADDOCK_STAMP) $(USERGUIDE_STAMP) $(SDIST_STAMP) ...@@ -120,8 +120,8 @@ $(DIST_STAMP) : $(HADDOCK_STAMP) $(USERGUIDE_STAMP) $(SDIST_STAMP)
@echo "Release fileset prepared: $(DISTLOC)/" @echo "Release fileset prepared: $(DISTLOC)/"
release: $(DIST_STAMP) release: $(DIST_STAMP)
scp -r $(DISTLOC) www.haskell.org:/home/haskell/cabal/release/cabal-$(VERSION) scp -r $(DISTLOC) haskell.org:/srv/web/haskell.org/cabal/release/cabal-$(VERSION)
ssh www.haskell.org 'cd /home/haskell/cabal/release && rm -f $(KIND) && ln -s cabal-$(VERSION) $(KIND)' ssh haskell.org 'cd /srv/web/haskell.org/cabal/release && rm -f $(KIND) && ln -s cabal-$(VERSION) $(KIND)'
# tags... # tags...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment