summaryrefslogtreecommitdiff
path: root/morphlib
Commit message (Expand)AuthorAgeFilesLines
* Add first tests for BuildDependencyGraph.Jannis Pohlmann2012-01-162-4/+75
* Introduce the "show-dependencies" command and BuildDependencyGraph.Jannis Pohlmann2012-01-166-8/+315
* make a Stopwatch usable with the "with" statementLars Wirzenius2012-01-123-121/+137
* Add MorphologyLoader and use it in the Builder class.Jannis Pohlmann2012-01-124-12/+105
* add ldconfig location(s) to PATH before running itLars Wirzenius2012-01-111-0/+3
* stop morph from using fakeroot and sudoLars Wirzenius2012-01-115-75/+35
* do not try to use object.__del__Lars Wirzenius2012-01-111-4/+0
* mark more stuff outside of test coverageLars Wirzenius2012-01-111-1/+1
* mark stuff outside coverage testingLars Wirzenius2012-01-111-1/+1
* run ldconfig when it's necessaryLars Wirzenius2012-01-091-0/+28
* use tarfile againLars Wirzenius2011-12-141-10/+5
* remove fake fakeroot and sudo from chroot and make morph not use them when ru...Richard Maw2011-12-141-18/+17
* Merge branch 'master' of gitorious.org:baserock/morph into liw/run-image-testsLars Wirzenius2011-12-122-3/+4
|\
| * Removed redundant testRichard Maw2011-12-121-10/+0
| * Fix Cachedir to convert relative paths to absolute pathsRichard Maw2011-12-122-2/+2
| * Added a test for cachedir providing absolute pathsRichard Maw2011-12-121-1/+12
* | set morph.filename to be the whole pathLars Wirzenius2011-12-121-1/+2
* | make a test subcommand that builds and gets the morph, image filenameLars Wirzenius2011-12-121-2/+2
* | add test_stories attribute to MorphologyLars Wirzenius2011-12-122-0/+9
|/
* Merge branch 'richardmaw/login'Richard Maw2011-12-124-42/+90
|\
| * Merge branch 'richardmaw/fix-mknod' into richardmaw/loginRichard Maw2011-12-092-11/+18
| |\
| | * Fix tests to reflect changesRichard Maw2011-12-092-11/+18
| * | Add terminal login supportRichard Maw2011-12-091-1/+1
| |/
| * Made some sudo commands into fakeroot commandsRichard Maw2011-12-083-48/+71
| * Make the install parts of morphs run as sudoRichard Maw2011-12-083-10/+28
* | add a "morph test" commandLars Wirzenius2011-12-092-0/+157
* | add method to compute recursive cache idLars Wirzenius2011-12-091-21/+38
* | Unify the display of the build time delta to be %.4f.Jannis Pohlmann2011-12-081-1/+1
* | Add Stopwatch.start_stop_seconds(), don't use timedelta.total_seconds().Jannis Pohlmann2011-12-083-4/+11
* | preserve TMPDIR in the environment when building, if it was setLars Wirzenius2011-12-071-0/+3
|/
* Merge remote-tracking branch 'quarry/liw/distcc-support'Lars Wirzenius2011-12-061-0/+5
|\
| * add --no-distcc option to disable distccLars Wirzenius2011-12-061-1/+2
| * 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-063-58/+112
| * Add Stopwatch class, write build times to $cache_prefix.meta.Jannis Pohlmann2011-12-063-0/+118
* | 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-061-4/+5
* | add logging to debug failure to execute stuffLars Wirzenius2011-12-061-0/+6
|/