[commit: ghc] wip/travis: Fix submodule paths (9a9c97a)

git at git.haskell.org git at git.haskell.org
Fri Jul 11 13:54:30 UTC 2014


Repository : ssh://git@git.haskell.org/ghc

On branch  : wip/travis
Link       : http://ghc.haskell.org/trac/ghc/changeset/9a9c97a8e3a05701be0d6355d61fcf0fa303bbdf/ghc

>---------------------------------------------------------------

commit 9a9c97a8e3a05701be0d6355d61fcf0fa303bbdf
Author: Joachim Breitner <mail at joachim-breitner.de>
Date:   Fri Jul 11 15:52:09 2014 +0200

    Fix submodule paths


>---------------------------------------------------------------

9a9c97a8e3a05701be0d6355d61fcf0fa303bbdf
 .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