[commit: ghc] wip/travis: Fix submodule paths (39cbaf3)
git at git.haskell.org
git at git.haskell.org
Sat Jul 12 11:12:27 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/travis
Link : http://ghc.haskell.org/trac/ghc/changeset/39cbaf30c2eeb53b962656a9801f7ff145b577f2/ghc
>---------------------------------------------------------------
commit 39cbaf30c2eeb53b962656a9801f7ff145b577f2
Author: Joachim Breitner <mail at joachim-breitner.de>
Date: Fri Jul 11 15:52:09 2014 +0200
Fix submodule paths
>---------------------------------------------------------------
39cbaf30c2eeb53b962656a9801f7ff145b577f2
.travis.yml | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/.travis.yml b/.travis.yml
index b58f7c7..58e0c1a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,3 +1,6 @@
+git:
+ submodules: false
+
notifications:
email:
- mail at joachim-breitner.de
@@ -7,6 +10,13 @@ env:
- DEBUG_STAGE2=YES
- DEBUG_STAGE2=NO
+before_install:
+ - git config --global url."git://github.com/ghc/packages-".insteadOf git://github.com/ghc/packages/
+ - git config --global url."http://github.com/ghc/packages-".insteadOf http://github.com/ghc/packages/
+ - git config --global url."https://github.com/ghc/packages-".insteadOf https://github.com/ghc/packages/
+ - git config --global url."ssh://git@github.com/ghc/packages-".insteadOf ssh://git@github.com/ghc/packages/
+ - git config --global url."git at github.com:/ghc/packages-".insteadOf git at github.com:/ghc/packages/
+ - git submodule update --init --recursive
install:
- sudo apt-get update
- sudo apt-get install haskell-platform autoconf libtool make ncurses-dev g++ dblatex docbook-xsl docbook-utils
More information about the ghc-commits
mailing list