
submodules are still pulling from git.haskell.org, is there an easy way to fix that?
`git submodule sync` should fix that.
Ömer
Simon Marlow
Congrats Ben and co! This is a huge step forwards.
On Thu, 27 Dec 2018 at 06:27, Ben Gamari
wrote: git remote set-url origin https://gitlab.haskell.org/ghc/ghc.git git remote set-url --push origin git@gitlab.haskell.org:ghc/ghc
This is all that should be necessary; a quick `git pull origin master` should verify that everything is working as expected.
submodules are still pulling from git.haskell.org, is there an easy way to fix that?
Cheers Simon _______________________________________________ Ghc-devops-group mailing list Ghc-devops-group@haskell.org https://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-devops-group