[GHC] #8369: Small improvements to ./sync-all

GHC ghc-devs at haskell.org
Fri Sep 27 23:05:46 CEST 2013


#8369: Small improvements to ./sync-all
-------------------------------------+------------------------------------
        Reporter:  nwf               |            Owner:
            Type:  bug               |           Status:  new
        Priority:  lowest            |        Milestone:
       Component:  Compiler          |          Version:  7.7
      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 leroux):

 Usually what I do to achieve this is

 {{{

 git clone ghc ghc-clone
 ./sync-all -r $LOCAL remote set-url origin
 ./sync-all --testsuite --nofib get
 ./sync-all -r https://github.com/ghc remote set-url origin
 ./sync-all -r $LOCAL remote add working
 ./sync-all checkout master
 ./sync-all checkout ghc-head # probably not right, but attached submodules
 to their "correct" branch.

 }}}

 Here's the script I use: https://gist.github.com/leroux/6735171

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



More information about the ghc-tickets mailing list