summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Make build system autodetection use an file existence function passed inLars Wirzenius2012-03-302-17/+34
| * Change detect_build_system to not default to manualLars Wirzenius2012-03-302-6/+4
| * Make build system class return artificial text for missing morphologyLars Wirzenius2012-03-302-0/+19
| * Make use of the new build system class in ChunkBuilderLars Wirzenius2012-03-301-36/+2
| * Add indexing access to the various commands in build systemsLars Wirzenius2012-03-302-3/+25
| * Add tests for looking up autotools, dummy build systemsLars Wirzenius2012-03-301-0/+8
| * Improve error message for unknown build system nameLars Wirzenius2012-03-301-1/+2
| * Add the build commands for autotoolsLars Wirzenius2012-03-301-0/+15
| * Add a dummy build systemLars Wirzenius2012-03-302-0/+34
| * Add looking up of build systems by nameLars Wirzenius2012-03-302-4/+37
| * Add default (empty) command lists for build systemsLars Wirzenius2012-03-301-1/+7
| * Add autodetection for autotools, and a factory functionLars Wirzenius2012-03-302-4/+57
| * STart a build system abstraction with autodetectionLars Wirzenius2012-03-303-0/+119
* | Merge branch 'master' of gitorious.org:baserock/morphLars Wirzenius2012-03-305-31/+19
|\ \ | |/ |/|
| * make patch test: correct outputRichard Maw2012-03-292-18/+0
| * make patch test: discard tbdiff outputRichard Maw2012-03-291-1/+1
| * morphlib.fsutils: remove debug print statementsRichard Maw2012-03-291-1/+0
| * morph: don't fail cleanupRichard Maw2012-03-291-3/+8
| * tests: fix paths in make-patch scriptRichard Maw2012-03-281-3/+3
| * fsutils.setup_device_mapping: use a regexRichard Maw2012-03-281-6/+8