[GHC] #8545: Reorganize Git repositories

GHC ghc-devs at haskell.org
Thu Feb 6 07:52:43 UTC 2014


#8545: Reorganize Git repositories
-------------------------------------+------------------------------------
        Reporter:  hvr               |            Owner:  hvr
            Type:  task              |           Status:  new
        Priority:  normal            |        Milestone:  7.10.1
       Component:  Trac & Git        |          Version:
      Resolution:                    |         Keywords:  git
Operating System:  Unknown/Multiple  |     Architecture:  Unknown/Multiple
 Type of failure:  None/Unknown      |       Difficulty:  Unknown
       Test Case:                    |       Blocked By:
        Blocking:                    |  Related Tickets:  #8251
-------------------------------------+------------------------------------

Comment (by Herbert Valerio Riedel <hvr@…>):

 In [changeset:"ad44e47542a822ac3e02cf514b5d2be52880fc95/ghc"]:
 {{{
 #!CommitTicketReference repository="ghc"
 revision="ad44e47542a822ac3e02cf514b5d2be52880fc95"
 Switch to relative URLs in .gitmodules

 Previously, the `http://`-protocol part was hardcoded in the URLs, causing
 the initial clone process to fall back to `http://` even when the ghc.git
 repo
 was cloned via one of the other 3 supported transport protocols.

 This is slightly related to #8545, as it will make it possible to e.g.

     git clone --recursive git://git.haskell.org/ghc

 and clone ghc.git including all submodules in one go (i.e. w/o `sync-
 all`),
 and w/o falling back to a different (hardwired) Git transport protocol for
 the submodules.

 Signed-off-by: Herbert Valerio Riedel <hvr at gnu.org>
 }}}

--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/8545#comment:4>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler


More information about the ghc-tickets mailing list