summaryrefslogtreecommitdiff
path: root/morphlib
Commit message (Expand)AuthorAgeFilesLines
...
* Break long lines in git.py.Jannis Pohlmann2012-01-191-2/+5
* Use self.assert* everywhere instead of the assert statement.Jannis Pohlmann2012-01-194-92/+95
* Coding style cleanup.Jannis Pohlmann2012-01-192-22/+21
* Fix coding style, update copyrights, drop unused imports.Jannis Pohlmann2012-01-194-19/+19
* Create tests for the blob classes.Jannis Pohlmann2012-01-193-64/+141
* Add support for system images in BuildDependencyGraph and new builder.Jannis Pohlmann2012-01-193-99/+112
* Apply code review changes and fix a bug when clearing dependencies.Jannis Pohlmann2012-01-193-53/+80
* Initial work on integrate the build order work into builder.Jannis Pohlmann2012-01-197-368/+427
* Remove bad whitespaceRob Taylor2012-01-194-10/+10
* Fix cmdtests for SourceManager changesRob Taylor2012-01-193-13/+27
* One of the Sourcemanager tests wasn't cleaning up.Rob Taylor2012-01-191-0/+1
* Merge branch 'master' of gitorious.org:baserock/morphRob Taylor2012-01-192-1/+15
|\
| * add test for malformed morphsRichard Maw2012-01-181-0/+10
| * Merge branch 'master' into richardmaw/mergeRichard Maw2012-01-1814-201/+675
| |\
| * | improve do-chroot script, add some links and devices, use gnu shell programs ...Richard Maw2012-01-181-1/+5
* | | Complete SourceManager testsRob Taylor2012-01-193-33/+149
* | | initial version of Sourcemanager and testsRob Taylor2012-01-184-20/+215
| |/ |/|
* | 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