- Nov 21, 2013
-
-
Joachim Breitner authored
-
- Oct 01, 2013
-
-
Simon Marlow authored
-
- Sep 28, 2013
-
-
Herbert Valerio Riedel authored
This applies attachment:sync-all-submodules-locally.diff from #8369 Authored-by: Nathaniel Filardo Signed-off-by:
Herbert Valerio Riedel <hvr@gnu.org>
-
-
- Sep 17, 2013
-
-
Joachim Breitner authored
-
- Sep 02, 2013
-
-
Herbert Valerio Riedel authored
By keeping the repository url in the `packages` file scripts such as source:ghc/sync-all can pick it up. Moreover, it's easier to automatically validate for correctness than the wiki:Repositories/Upstream page.
-
- Aug 28, 2013
-
-
Herbert Valerio Riedel authored
If the check detects an obsolete URL, show a warning and tell the user how to invoke `sync-all` in order to update the local Git repo to point to the new repository URLs. This is related to #8121
-
- Aug 23, 2013
-
-
Austin Seipp authored
We weren't considering 'msys' for the $OSNAME. Signed-off-by:
Austin Seipp <aseipp@pobox.com>
-
Austin Seipp authored
This reverts commit 2e41f2fa. Signed-off-by:
Austin Seipp <aseipp@pobox.com>
-
- Aug 19, 2013
-
-
Herbert Valerio Riedel authored
...as the new `git.haskell.org` CNAME has been activated (see also GitolitePlan and #8121 for more details)
-
- Aug 18, 2013
-
-
Austin Seipp authored
Signed-off-by:
Austin Seipp <aseipp@pobox.com>
-
- Aug 09, 2013
-
-
Herbert Valerio Riedel authored
This is a test commit for addressing #8121
-
Herbert Valerio Riedel authored
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 a22e908a which changed the `.gitmodules` urls to use the `/packages/` folder instead of `/libraries/`.
-
- Aug 06, 2013
-
-
Erik de Castro Lopo authored
-
- Aug 05, 2013
-
-
Erik de Castro Lopo authored
-
- Jul 31, 2013
-
-
Gabor Greif authored
-
- Jul 30, 2013
-
-
Ian Lynagh authored
This means that ghc-tarballs is only needed on Windows
-
- Apr 19, 2013
-
-
Ian Lynagh authored
-
Ian Lynagh authored
-
Ian Lynagh authored
-
- Mar 04, 2013
-
-
Ian Lynagh authored
It's now always 'git'.
-
Ian Lynagh authored
-
- Feb 17, 2013
-
-
Ian Lynagh authored
Apparently git ignores the --git-dir argument.
-
Ian Lynagh authored
Based on a patch from rassilon.
-
- Feb 15, 2013
-
-
Ian Lynagh authored
-
Ian Lynagh authored
A standard git push doesn't make sense for them
-
- Feb 09, 2013
-
-
Ian Lynagh authored
It now checks that the directory exists before complaining that it's old.
-
- Jan 27, 2013
-
-
The .git file in a submodule's root directory is not necessarily a directory, as is the case for the 'time' submodule. This fixes #7577, where some './sync-all' operations don't detect that the 'time' submodule is present in the repository.
-
- Jan 07, 2013
-
-
Simon Marlow authored
-
- Dec 20, 2012
-
-
Simon Marlow authored
-
- Dec 09, 2012
-
-
Ian Lynagh authored
We now remember the current working directory right at the start, and change back to it after we've finished working in a subdirectory. This should fix a problem some people have been seeing, where sync-all thinks that they have an out-of-date time library because its working directory has gone wrong somehow.
-
- Dec 03, 2012
-
-
Simon Marlow authored
By filtering out the --rebase when fetching submodules
-
- Dec 02, 2012
-
-
Ian Lynagh authored
Apparently .git can be a file rather than a directory in some cases
-
Ian Lynagh authored
It wasn't handling new submodules appearing
-
Ian Lynagh authored
-
Ian Lynagh authored
-
Ian Lynagh authored
Leave it to 'git submodule init/update'
-
- Nov 25, 2012
-
-
Ian Lynagh authored
-
Ian Lynagh authored
-
- Sep 04, 2012
-
-
Ian Lynagh authored
-