[GHC] #8545: Reorganize Git repositories
GHC
ghc-devs at haskell.org
Thu Jun 26 02:54:25 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 Thomas Miedema <thomasmiedema@…>):
In [changeset:"72fe49d88565fc1dd807a0e185a5aa6fc4989ea0/ghc"]:
{{{
#!CommitTicketReference repository="ghc"
revision="72fe49d88565fc1dd807a0e185a5aa6fc4989ea0"
sync-all: infer remotepath from .gitmodules file
After this commit, running `sync-all remote set-url` works properly for
the
haddock package:
command: ./sync-all -r git://git.haskell.org remote set-url origin
before: git://git.haskell.org/packages/haddock.git
after: git://git.haskell.org/haddock.git
By doing the `remotepath` lookup before the `$is_github_repo` check,
running `sync-all remote set-url` now also works properly for submodule
repos on github:
command: ./sync-all -r git://github.com/ghc remote set-url origin
before: git://github.com/ghc/packages/binary
after: git://github.com/ghc/packages-binary
* Relevant prior commits:
4f4357 "Make `sync-all remote set-url` use normalized `/packages/` urls"
34b072 "Convert haddock into a proper submodule (re #8545)"
974a97 "sync-all: Apply submodule url rewriting also to stuff in util/"
}}}
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/8545#comment:16>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list