summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* localrepocache tests: fake_git accept cwdRichard Maw2012-04-111-1/+1
* bootstrap: remove file copy outputRichard Maw2012-04-111-1/+1
* builder: ensure working directory matches commitRichard Maw2012-04-112-0/+8
* localrepocache: fixes to remote set-urlRichard Maw2012-04-111-3/+6
* localrepocache: fix remote origin url to upstreamRichard Maw2012-04-111-0/+1
* localrepocache unit tests: fix the bundle urlRichard Maw2012-04-111-1/+1
* tests: clones should have origin url not be bundleRichard Maw2012-04-111-3/+7
* localrepocache: fix bundle pathsRichard Maw2012-04-111-1/+1
* localrepocache: return error descriptionRichard Maw2012-04-112-24/+46
* localrepocache: check every base-url before cloneRichard Maw2012-04-111-5/+7
* Remove now-useless mkimage.sh script (use "morph build" instead)Lars Wirzenius2012-04-111-132/+0
* Add SourcePool class and make Source store its morphology filenameLars Wirzenius2012-04-105-3/+126
* Add a Source classLars Wirzenius2012-04-103-0/+125
* tests: add tests for update-gitsRichard Maw2012-04-102-0/+66
* morph: create cachedir if missingRichard Maw2012-04-101-0/+2
* Improve the output of extract-build-times.py a little, add total sum.Jannis Pohlmann2012-04-101-2/+9
* Properly align numbers in the output of extract-build-times.py.Jannis Pohlmann2012-04-101-1/+1
* Show fractions of minutes when listing build times for cached chunks.Jannis Pohlmann2012-04-101-1/+1
* Add an extract-build-times.py application.Jannis Pohlmann2012-04-101-0/+68
* Create cache directory when needed in LocalRepoCacheLars Wirzenius2012-04-102-0/+23
* Fix unit test failures: mark out-of-coverage, and use wrapper to allow testsLars Wirzenius2012-04-101-6/+5
* Fix unit test to remember it's created a file when faking a downloadLars Wirzenius2012-04-101-0/+1
* Improve the logging output of update-gits.Jannis Pohlmann2012-04-101-1/+1
* Various small fixes to make the new update-gits work again.Jannis Pohlmann2012-04-105-28/+42
* Rewrite "morph update-gits" to use the new repo caching and morphology classesLars Wirzenius2012-04-091-9/+24
* Merge branch 'master' of gitorious.org:baserock/morphLars Wirzenius2012-04-091-5/+55
|\
| * Add doc strings to the CachedRepo class.Jannis Pohlmann2012-04-091-2/+55
| * Remove unnecessary unhexlify calls.Jannis Pohlmann2012-04-091-3/+0
* | Add a new morphology parser classLars Wirzenius2012-04-092-0/+163
|/
* Use the real CachedRepo class in LocalRepoCacheLars Wirzenius2012-04-091-9/+1
* Get rid of 2.7 syntax for assertRaises.Jannis Pohlmann2012-04-091-26/+27
* Get rid of nested try/except blocks.Jannis Pohlmann2012-04-091-17/+21
* Add CachedRepo class with tests.Jannis Pohlmann2012-04-093-0/+329
* Remove downloaded bundle after it has been clonedLars Wirzenius2012-04-092-0/+16
* Add bundle support to LocalRepoCacheLars Wirzenius2012-04-092-3/+72
* Add a LocalRepoCache classLars Wirzenius2012-04-093-0/+243
* morph: convert ccache-remotenlevels to a stringRichard Maw2012-04-051-1/+2
* morph: add options for ccache object downloadingRichard Maw2012-04-051-0/+15
* morph: hash the toolchain .meta files in ccacheRichard Maw2012-04-051-0/+5
* Include /tools/{lib,lib64} in LD_LIBRARY_PATH for pass 2.Jannis Pohlmann2012-04-051-0/+1
* Avoid setting the mtime of broken symlinks.Jannis Pohlmann2012-04-051-1/+3
* Merge branch 'master' of gitorious.org:baserock/morphLars Wirzenius2012-04-045-13/+10
|\
| * Add support for morphology auto-detection to BuildDependencyGraph.Jannis Pohlmann2012-04-021-5/+5
| * morphologyloader.py: Fix typoJavier Jardón2012-04-021-1/+1
| * Replace morphology defaults to None test with defaults to manual.Jannis Pohlmann2012-04-021-2/+2
| * Fall back to 'manual' build system if none is specified.Jannis Pohlmann2012-04-022-5/+2
* | Add petrify subcommandLars Wirzenius2012-04-041-0/+28
|/
* Add quick hack to count Baserock source statisticsLars Wirzenius2012-04-021-0/+145
* Merge branch 'liw/morphless-chunks'Lars Wirzenius2012-03-305-39/+357
|\
| * Automatically deduce type of chunk if one doesn't existLars Wirzenius2012-03-302-3/+30