[GHC] #8121: Gitolite Migration

GHC ghc-devs at haskell.org
Fri Aug 9 13:06:39 CEST 2013


#8121: Gitolite Migration
-------------------------------------+------------------------------------
        Reporter:  hvr               |            Owner:  hvr
            Type:  task              |           Status:  new
        Priority:  normal            |        Milestone:
       Component:  None              |          Version:
      Resolution:                    |         Keywords:
Operating System:  Unknown/Multiple  |     Architecture:  Unknown/Multiple
 Type of failure:  None/Unknown      |       Difficulty:  Unknown
       Test Case:                    |       Blocked By:
        Blocking:                    |  Related Tickets:
-------------------------------------+------------------------------------

Comment (by hvr@…):

 commit 4f43572224b3c8723dc1bf0e886313b0e9c92049
 {{{
 Author: Herbert Valerio Riedel <hvr at gnu.org>
 Date:   Fri Aug 9 13:03:54 2013 +0200

     Make `sync-all remote set-url` use normalized `/packages/` urls

     A simple heuristic (i.e. replacing the `libraries/` suffix by
     `packages/` in the inferred remotepath, if the remotepath in the
     `packages` file is "-") used to infer the remotepath for Git
     submodules. A proper solution would require to parse the `.gitmodules`
     file to obtain the actual localpath<->remotepath mapping.

     This addresses #8121 and is a follow-up to a22e908 which changed the
     `.gitmodules` urls to use the `/packages/` folder instead of
     `/libraries/`.

  sync-all |   11 ++++++++++-
  1 file changed, 10 insertions(+), 1 deletion(-)
 }}}

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




More information about the ghc-tickets mailing list