summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* rewrite README to match the current state of the worldLars Wirzenius2011-12-071-179/+164
* disable distcc for checksLars Wirzenius2011-12-064-4/+4
* Merge remote-tracking branch 'quarry/liw/distcc-support'Lars Wirzenius2011-12-062-0/+6
|\
| * add --no-distcc option to disable distccLars Wirzenius2011-12-062-1/+3
| * set CCACHE_PREFIX to distccLars Wirzenius2011-12-061-0/+1
| * create staging alwaysLars Wirzenius2011-12-061-3/+2
| * preserve DISTCC_HOSTS in the environmentLars Wirzenius2011-12-061-0/+3
* | Merge branch 'master' of gitorious.org:baserock/morphLars Wirzenius2011-12-064-1/+176
|\ \ | |/
| * Only write build times if rebuilding, not when fetching from cache.Jannis Pohlmann2011-12-061-4/+9
| * Only call save_build_times() once.Jannis Pohlmann2011-12-061-1/+0
| * Use assertEqual and drop has_keys().Jannis Pohlmann2011-12-062-5/+5
| * Make Stopwatch less ambiguous, add tests, update Builder.Jannis Pohlmann2011-12-064-59/+112
| * Add Stopwatch class, write build times to $cache_prefix.meta.Jannis Pohlmann2011-12-064-0/+119
* | use external tar toolLars Wirzenius2011-12-061-10/+13
* | add memory profiling to create_chunkLars Wirzenius2011-12-062-3/+10
* | use tar command instead of Python's tarlibLars Wirzenius2011-12-061-3/+1
* | add more memory usage loggingLars Wirzenius2011-12-061-1/+3
* | have git export directly to a tar fileLars Wirzenius2011-12-062-7/+2
* | always create staging directoryLars Wirzenius2011-12-061-2/+2
* | add memory usage logging to various stages of building a chunkLars Wirzenius2011-12-061-2/+18
* | give Builder class the cliapp.Application as argumentLars Wirzenius2011-12-062-5/+6
* | add logging to debug failure to execute stuffLars Wirzenius2011-12-061-0/+6
|/
* fix run_sequentially to not run everything under fakerotLars Wirzenius2011-12-021-4/+6
* create cachedir at startup if it does not existLars Wirzenius2011-12-015-11/+3
* make --git-base-url add a slash to the end, if missingLars Wirzenius2011-12-017-10/+21
* add test case for referring to a missing branch in the repoLars Wirzenius2011-12-013-0/+33
* fix build-system test related changed so tests actually passLars Wirzenius2011-12-014-2/+5
* add simple system image build testLars Wirzenius2011-12-012-0/+42
* add new test case for building a simple stratumLars Wirzenius2011-12-012-0/+35
* add a stratum morphology to the test git repoLars Wirzenius2011-12-011-1/+16
* remove old stratum building testLars Wirzenius2011-12-012-39/+0
* remove old chunk building test caseLars Wirzenius2011-12-012-50/+0
* add test case for building a chunkLars Wirzenius2011-12-012-0/+41
* remove unnecessary backslashes in the test morphologyLars Wirzenius2011-12-011-2/+2
* add a script to set up the git repository for testsLars Wirzenius2011-12-011-0/+69
* add script to run test suiteLars Wirzenius2011-12-011-0/+23
* use system tar instead of Python's tarfile library to extract tarballsLars Wirzenius2011-11-301-3/+2
* change bootstrap to use the morphs repo master branchLars Wirzenius2011-11-301-1/+1
* set $BOOTSTRAP when bootstrapping BaserockLars Wirzenius2011-11-281-0/+2
* Don't set BOOTSTRAP_TOOLS to NoneLars Wirzenius2011-11-281-1/+2
* Remove -n from ldconfig callLars Wirzenius2011-11-251-1/+1
* Create etc only if it does not existLars Wirzenius2011-11-251-1/+1
* Create tree/etc/ld.so.conf and run ldconfig in chrootLars Wirzenius2011-11-251-6/+19
* Fix calls to command running methods for build systemsLars Wirzenius2011-11-241-4/+4
* Tell morph the max number of jobs in parallel explicitlyLars Wirzenius2011-11-242-0/+4
* Fix method nameLars Wirzenius2011-11-241-1/+1
* Parallel and sequential implementations got swappedLars Wirzenius2011-11-241-2/+2
* Fix remnants of old codeLars Wirzenius2011-11-241-4/+0
* Run all but build with make -j1Lars Wirzenius2011-11-241-6/+12
* Log environment variables when building chunkLars Wirzenius2011-11-241-0/+4