summaryrefslogtreecommitdiff
path: root/morphlib
Commit message (Expand)AuthorAgeFilesLines
* Add poor man's unit tests for controller and workers.Jannis Pohlmann2012-01-254-20/+171
* Add temporary code to convert settings to cmdline options for workers.Jannis Pohlmann2012-01-241-2/+68
* Report build errors in workers back to the controller.Jannis Pohlmann2012-01-242-15/+42
* Fix the loop that waits for workers to finish.Jannis Pohlmann2012-01-241-1/+1
* Avoid errors when a worker does not return any output.Jannis Pohlmann2012-01-241-2/+3
* Share functionality in BuildWorker, implement SSH, add name/ident concept.Jannis Pohlmann2012-01-242-30/+61
* Use 0.1s as the default timeout in wait_for_worker(), instead of 100s.Jannis Pohlmann2012-01-241-2/+1
* Add controller, worker classes and a new "build-distributed" command.Jannis Pohlmann2012-01-234-2/+222
* Bump copyright years, get rid of long lines and unused imports.Jannis Pohlmann2012-01-2320-34/+24
* Improve the logging output of SourceManager.Jannis Pohlmann2012-01-232-70/+91
* Disable logging in SourceManager (too verbose), save build times again.Jannis Pohlmann2012-01-232-21/+16
* Port everything to using Treeish objects instead of (repo, ref).Jannis Pohlmann2012-01-2011-236/+281
* Actually make show-dependencies.setup create an invariant historyRob Taylor2012-01-191-11/+11
* Make SourceManager tests build their own git repoRob Taylor2012-01-191-25/+29
* Get rid of assertIn, assertNotIn that are only available in Python 2.7.Jannis Pohlmann2012-01-192-33/+33
* Document get_treeish() of the SourceManager.Jannis Pohlmann2012-01-192-2/+11
* 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