summaryrefslogtreecommitdiff
path: root/lib/sbin/CheckoutUtils.pl
Commit message (Collapse)AuthorAge
* Fixed cases where chdir('..') was used which caused problems with symlinks.tradke2004-05-05
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@3691 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Traverse all hashes alphabetically, so that all output files of theschnetter2003-10-07
| | | | | | | | CST stage will be identical. This is necessary at least since perl 5.8.1 to avoid redundant recompilation. git-svn-id: http://svn.cactuscode.org/flesh/trunk@3425 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Check all arrangements for a README, as before, but discard stderrrideout2003-02-05
| | | | | | | messages which result from this test. git-svn-id: http://svn.cactuscode.org/flesh/trunk@3123 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Some fixes for 'gmake checkout':rideout2003-02-04
| | | | | | | | | | | | | | | | | * cvs now creates .cvspass entries that begin with '/1 '. Now this is parsed properly. * The port specification in .cvspass entries is ignored, which prevents spurious 'no login for xyz repository' errors. * An arrangement-wide README is only checked out for arrangements which begin with the name 'Cactus'. This prevents a misleading error message from cvs when checking out 'non-Cactus' arrangements. 'gmake checkout' still has trouble with the '!REPOSITORY_MODULE' option. git-svn-id: http://svn.cactuscode.org/flesh/trunk@3122 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Checkout the README dir in an arrangement before checking out a thorn, thisallen2000-07-20
| | | | | | | solves the CVSROOT/Emptydir problem in the Repository file of each arrangement. git-svn-id: http://svn.cactuscode.org/flesh/trunk@1773 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Changes to gmake checkout.allen2000-07-13
* Added support for checking out thorns from thornlists ... at the moment the script looks in a directory thornlists to find lists. * the default is to take them from the same repository as the flesh but this can be changed with directives in the thorn lists * gmake checkout no longer lets you choose which repository to checkout the cactus* thorns and arrangements from, it will just look in the same repository that the flesh came from * anything not in the repository that the flesh came from, you need to use a thornlist to get This will undoubtably change a little in the next couple of days, one thing I'll be trying to add is to checkout the thorns with the same tag as the flesh. git-svn-id: http://svn.cactuscode.org/flesh/trunk@1730 17b73243-c579-4c4c-a9d2-2d5706c11dac