summaryrefslogtreecommitdiff
path: root/push-all
Commit message (Collapse)AuthorAgeFilesLines
* push-all needs to skip http:// repos, as we don't know how to push to themIan Lynagh2008-08-291-2/+8
| | | | | | Alternatives would be to have a GHC haddock repo (which I believe David is keen to avoid), or to put the SSH URL in the packages file too (which would probably mean moving to a more structured file format).
* Read the packages file in strictly in darcs-all and push-allIan Lynagh2008-08-251-2/+5
| | | | | This fixes a problem where darcs tries to update it while perl has it open. On Windows this fails. Spotted by Claus Reinke.
* Prepare GHC for building with GitMax Bolingbroke2008-08-061-4/+2
| | | | | | | | | * New packages format lets you select source control system in use * Packages file now includes root repo explicitly * Scripts darcs-all and push-all updated for the new packages format only * New sync-all script, intended for use after Git changeover and for buildbots right now * Had to remove libraries/bootstrapping from tree since Git cannot track empty directories without a hack * Determine checkout date with Git using Darcs fallback in aclocal.m4
* Make the push-all script complain about bad linesIan Lynagh2008-07-291-0/+3
|
* Follow darcs-all changes in push-allIan Lynagh2008-07-241-26/+30
|
* Teach push-all how to send as wellIan Lynagh2008-05-171-5/+8
|
* Refer to "boot" libs, not "core" libsIan Lynagh2007-09-141-7/+7
|
* Give push-all the ability to pull with a --pull flagIan Lynagh2007-09-121-1/+9
| | | | OK, so the name is a bit wrong now...
* Add a --ignore-failure flag to push-all scriptIan Lynagh2007-08-021-0/+3
|
* Add --core-only flag to push-allIan Lynagh2007-06-191-1/+9
|
* Add a push-all scriptIan Lynagh2007-06-191-0/+93