summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Alter repack so that we do a 'git gc' instead.danielsilverstone/all-repos-bareDaniel Silverstone2012-09-242-6/+16
| | | | | | | | | | Git has a garbage collection 'porcelain' command called 'gc' which does more than just repack the repository. Use that in preference to 'git repack' and also configure the repositories so that they don't use too much RAM whilst repacking. Also, we allow gitify_* routines to set self.needs_aggressive on their initial imports so that we aggressively repack the first clone.
* Fix up Lorry to expect repositories to be bare.Daniel Silverstone2012-09-2419-92/+214
| | | | | | | | This patch makes Lorry always create bare repositories where it can (Note that it cannot for CVS imports) and to create tarballs of bare repositories (if not disabled) which will be more efficient than bundles for creation and cloning. We may be able to disable bundles later.
* Copy in import-tars.perl from Git's contrib tree.Daniel Silverstone2012-09-241-0/+189
| | | | | This script can be used to better import tarballs directly via git-fast-import and friends. This means we can have bare repositories for tarballs.
* Try and make it so later tarball lorrying still worksDaniel Silverstone2012-09-191-15/+15
|
* Merge branch 'master' of roadtrain.codethink.co.uk:baserock/lorryDaniel Silverstone2012-09-033-11/+11
|\
| * Merge branch 'liw/names-with-slashes'Lars Wirzenius2012-08-313-11/+11
| |\ | | | | | | | | | Reviewed-By: Daniel Silverstone on irc
| | * Fix test case after message changesliw/names-with-slashesLars Wirzenius2012-08-312-5/+2
| | |
| | * Allow slashes in project namesLars Wirzenius2012-08-311-1/+2
| | |
| | * Improve reporting of exceptions during mirroringLars Wirzenius2012-08-311-5/+7
| |/
* | Strip the lorries outDaniel Silverstone2012-09-03198-1336/+4
|/
* Merge branch 'master' of git://git.baserock.org/baserock/lorryLars Wirzenius2012-08-302-0/+12
|\
| * LORRY: cgitDaniel Silverstone2012-08-291-0/+6
| |
| * clodDaniel Silverstone2012-08-291-0/+6
| |
* | Fix morphology to use python-distutils build systemLars Wirzenius2012-08-301-5/+1
|/
* Add libapr-tarball and libapr-util-tarballLars Wirzenius2012-08-282-0/+16
|
* Add libserf-tarballLars Wirzenius2012-08-281-0/+8
| | | | libserf broke lorry
* Fix typoLars Wirzenius2012-08-281-1/+1
|
* Add libserfLars Wirzenius2012-08-281-0/+8
|
* Disable lorry tests at build timeLars Wirzenius2012-08-281-3/+1
| | | | | CVS does not allow root to make commits, and we run builds as root for now.
* Set $USER etc for CVS test setup scriptLars Wirzenius2012-08-282-0/+6
|
* Add report to list branches, for debuggingLars Wirzenius2012-08-281-0/+1
| | | | Having a problem with morph seemingly not using the right branch.
* Merge branch 'master' into liw/morphLars Wirzenius2012-08-285-8/+30
|\ | | | | | | | | Conflicts: lorries/libapr.lorry
| * Fix test case to be more deterministicLars Wirzenius2012-08-282-4/+12
| |
| * Fix lorries/libapr-util.lorryLars Wirzenius2012-08-231-1/+1
| |
| * Add lorries/libapr-util.lorryLars Wirzenius2012-08-231-0/+7
| |
| * lorries: Add mutterSam Thursfield2012-08-231-0/+6
| | | | | | | | Need to add preconfigure commands to create gdk-pixbuf loaders cache.
| * Fix libapr.lorryLars Wirzenius2012-08-221-4/+5
| |
| * Add lorries/libapr.lorryLars Wirzenius2012-08-221-0/+6
| |
* | Add lorries/libapr.lorryLars Wirzenius2012-08-221-0/+6
| |
* | Set bzr whoami so tests in staging area passLars Wirzenius2012-08-221-0/+1
|/
* Add a morphologyLars Wirzenius2012-08-221-0/+8
| | | | | We need this so we can run the test suite at build time. Distutils does not seem to have a concept for that.
* Add a preliminary setup.pyLars Wirzenius2012-08-221-0/+95
|
* Add lorries/bzr-tarball.lorryLars Wirzenius2012-08-221-0/+8
|
* Merge branch 'master' of git://git.baserock.org/baserock/lorryLars Wirzenius2012-08-222-0/+12
|\
| * lorries: Add gtk+ and gnome-themes-standardSam Thursfield2012-08-222-0/+12
| | | | | | | | | | These require gdk-pixbuf during build, so we need to manually create the gdk-pixbuf loaders cache in the morphology.
* | Tweak bzr.lorryLars Wirzenius2012-08-221-1/+3
|/
* Add mercurial-tarball.lorryLars Wirzenius2012-08-221-0/+8
|
* Add cvs-tarball.lorryLars Wirzenius2012-08-221-0/+8
|
* Add subversion-tarball.lorryLars Wirzenius2012-08-221-0/+8
|
* Revert "Lorry subversion from Launchpad instead of upstream"Lars Wirzenius2012-08-221-2/+3
| | | | This reverts commit f925bc9dcecd12196ef76f01a0e2ef0c55917668.
* Merge branch 'master' of git://git.baserock.org/baserock/lorryLars Wirzenius2012-08-222-0/+13
|\
| * Syntax correction to libyaml.lorryJoe Burmeister2012-08-221-3/+3
| |
| * Add libyaml for Ruby Psych moduleJoe Burmeister2012-08-221-0/+7
| |
| * lorries: Add metacitySam Thursfield2012-08-221-0/+6
| | | | | | | | Needs pre-configure commands.
* | Lorry subversion from Launchpad instead of upstreamLars Wirzenius2012-08-221-3/+2
|/
* Add hg-fast-export.lorryLars Wirzenius2012-08-211-0/+6
|
* Add bzr-fastimport.lorryLars Wirzenius2012-08-211-0/+6
|
* Rename hg.lorry to mercurial.lorryLars Wirzenius2012-08-211-0/+0
|
* Add hg.lorryLars Wirzenius2012-08-211-0/+6
|
* Add cvs.lorryLars Wirzenius2012-08-211-0/+7
|