> 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 <[email protected]>, 7 Oca 2019 Pzt, 11:42 tarihinde şunu yazdı: > > Congrats Ben and co! This is a huge step forwards. > > On Thu, 27 Dec 2018 at 06:27, Ben Gamari <[email protected]> wrote: >> >> >> git remote set-url origin https://gitlab.haskell.org/ghc/ghc.git >> git remote set-url --push origin [email protected]: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 > [email protected] > https://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-devops-group _______________________________________________ ghc-devs mailing list [email protected] http://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-devs
