Re: git migration (more-or-less) complete

2011-04-03 Thread Johan Tibell
On Sun, Apr 3, 2011 at 1:52 AM, Ian Lynagh ig...@earth.li wrote: There's now a github mirror here:    https://github.com/ghc/ghc I'll add mirrors of the other repos soon. Nice! ___ Cvs-ghc mailing list Cvs-ghc@haskell.org

Re: git migration (more-or-less) complete

2011-04-03 Thread Max Bolingbroke
On 3 April 2011 00:52, Ian Lynagh ig...@earth.li wrote: There's now a github mirror here:    https://github.com/ghc/ghc I'll add mirrors of the other repos soon. Great, thanks. You should probably stop the post-receive hook from pushing to Github if it executes in the context of a user

Re: git migration (more-or-less) complete

2011-04-03 Thread Ian Lynagh
On Sun, Apr 03, 2011 at 12:59:08PM +0100, Max Bolingbroke wrote: You should probably stop the post-receive hook from pushing to Github if it executes in the context of a user without permissions for the private key, though. I'm getting an (otherwise harmless) error message about this when I

Re: git migration (more-or-less) complete

2011-04-03 Thread Max Bolingbroke
On 3 April 2011 13:48, Ian Lynagh ig...@earth.li wrote: It should work for you. What error are you seeing? The error is not what I thought: $ git push Counting objects: 5, done. Delta compression using up to 8 threads. Compressing objects: 100% (3/3), done. Writing objects: 100% (3/3), 348

Re: git migration (more-or-less) complete

2011-04-03 Thread Ian Lynagh
On Sun, Apr 03, 2011 at 06:54:43PM +0100, Max Bolingbroke wrote: It then worked perfectly when I pushed from my machine. So I guess you should advise everyone who is going to commit to d.h.o to ssh to github.com first and accept their host key, or else create a /etc/ssh/ssh_known_hosts file.

Re: git migration (more-or-less) complete

2011-04-02 Thread Sergei Trofimovich
On Fri, 1 Apr 2011 17:33:57 +0100 Ian Lynagh ig...@earth.li wrote: Hi all, The git migration is now more-or-less complete. Instructions for getting a git tree are here: http://hackage.haskell.org/trac/ghc/wiki/Building/GettingTheSources It would also be awesome to update github

Re: git migration (more-or-less) complete

2011-04-02 Thread Ian Lynagh
On Fri, Apr 01, 2011 at 05:33:57PM +0100, Ian Lynagh wrote: The git migration is now more-or-less complete. Ooops, a handful of the repos weren't quite right. If you already have a git checkout, please do this to get the right ones: rm -rf libraries/Cabal rm -rf libraries/bytestring rm -rf

Re: git migration (more-or-less) complete

2011-04-02 Thread Ian Lynagh
There's now a github mirror here: https://github.com/ghc/ghc I'll add mirrors of the other repos soon. Thanks Ian ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

git migration (more-or-less) complete

2011-04-01 Thread Ian Lynagh
Hi all, The git migration is now more-or-less complete. Instructions for getting a git tree are here: http://hackage.haskell.org/trac/ghc/wiki/Building/GettingTheSources If you have a branch that you want to merge, then the instructions are here:

Re: git migration (more-or-less) complete

2011-04-01 Thread Max Bolingbroke
On 1 April 2011 17:33, Ian Lynagh ig...@earth.li wrote: The git migration is now more-or-less complete. Thanks for your work on this, Ian! If you have a branch that you want to merge, then the instructions are here:    http://hackage.haskell.org/trac/ghc/wiki/DarcsToGit I had trouble

Re: git migration (more-or-less) complete

2011-04-01 Thread Ian Lynagh
On Fri, Apr 01, 2011 at 10:41:01PM +0100, Max Bolingbroke wrote: Did you perhaps not do git push --tags? Ah, I did not! Now done. Thanks Ian ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

Re: git migration (more-or-less) complete

2011-04-01 Thread Max Bolingbroke
On 1 April 2011 22:56, Ian Lynagh ig...@earth.li wrote: On Fri, Apr 01, 2011 at 10:41:01PM +0100, Max Bolingbroke wrote: Did you perhaps not do git push --tags? Ah, I did not! Now done. Thanks, I see it now. Others on this list may be interested in a script I wrote (uploaded to