Re: Deleting sync-all

2015-08-20 Thread Thomas Miedema
sync-all has been deleted On Tue, Jul 21, 2015 at 12:45 PM, Thomas Miedema wrote: > Hello ghc-devs, > > I would like to delete the file sync-all > from the GHC > repository. It should not have been necessary to use it for about a year > n

RE: Deleting sync-all

2015-07-27 Thread Tamar Christina
‎2015 18:25 To: Tamar Christina Cc: Páli Gábor János ; ghc-devs@haskell.org Subject: Re: Deleting sync-all Hi Tamar, feel free to take over that patch <https://phabricator.haskell.org/D339>, or extract the parts you like. It currently does (too) many things, which is part of the reason why

Re: Deleting sync-all

2015-07-27 Thread Thomas Miedema
ent: ‎7/‎27/‎2015 10:41 > To: Páli Gábor János > Cc: ghc-devs@haskell.org > Subject: Re: Deleting sync-all > > Hi Gábor, > > instead of changing `ghc.mk`, please change the builder script to also > run `git clone git://git.haskell.org/ghc-tarballs.git`. > > (Edit: while

RE: Deleting sync-all

2015-07-27 Thread Tamar Christina
-- From: Thomas Miedema Sent: ‎7/‎27/‎2015 10:41 To: Páli Gábor János Cc: ghc-devs@haskell.org Subject: Re: Deleting sync-all Hi Gábor, instead of changing `ghc.mk`, please change the builder script to also run `git clone git://git.haskell.org/ghc-tarballs.git`. (Edit: while typing this, I

Re: Deleting sync-all

2015-07-27 Thread Thomas Miedema
Hi Gábor, instead of changing `ghc.mk`, please change the builder script to also run `git clone git://git.haskell.org/ghc-tarballs.git`. (Edit: while typing this, I saw you just did so) The benefits are: * the windows specific part of creating a source distribution also gets tested * the release

Re: Deleting sync-all

2015-07-26 Thread Páli Gábor János
Hi Thomas, 2015-07-21 12:45 GMT+02:00 Thomas Miedema : > To get the sources: > >git clone --recursive git://git.haskell.org/ghc.git >cd ghc >git clone git://git.haskell.org/ghc-tarballs.git # Windows only Apparently, that last line is also needed even on non-Windows systems when one w

Re: Deleting sync-all

2015-07-22 Thread Thomas Miedema
On Tue, Jul 21, 2015 at 6:06 PM, Ömer Sinan Ağacan wrote: > +1 from me. I only use it for `get` command after changing branches, > and I think I can just as easily do same thing with `git submodule > update --checkout`. (is that right?) > That is correct, although `--checkout` is I the default,

Re: Deleting sync-all

2015-07-21 Thread Ömer Sinan Ağacan
+1 from me. I only use it for `get` command after changing branches, and I think I can just as easily do same thing with `git submodule update --checkout`. (is that right?) 2015-07-21 6:45 GMT-04:00 Thomas Miedema : > Hello ghc-devs, > > I would like to delete the file sync-all from the GHC reposi