summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add builddependencygraph.py to without-test-modules.Jannis Pohlmann2012-01-191-0/+1
* Comment tests/show-dependencies.setupRob Taylor2012-01-191-0/+3
* Make SourceManager tests build their own git repoRob Taylor2012-01-192-25/+29
* Make show-dependencies.setup always produce an identical git treeRob Taylor2012-01-191-1/+12
* Convert git-base-url setting to a list. Add bundle-server setting.Rob Taylor2012-01-191-1/+4
* 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-195-20/+20
* 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-194-99/+113
* Apply code review changes and fix a bug when clearing dependencies.Jannis Pohlmann2012-01-194-54/+80
* Initial work on integrate the build order work into builder.Jannis Pohlmann2012-01-199-506/+581
* Fix missing-ref.script to return the exit code of morph, not sed.Lars Wirzenius2012-01-191-1/+1
* Remove bad whitespaceRob Taylor2012-01-194-10/+10
* Fix cmdtests for SourceManager changesRob Taylor2012-01-195-22/+34
* 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-195-66/+121
|\
| * add test for malformed morphsRichard Maw2012-01-181-0/+10
| * baserock-bootstrap: make tar config work without rootRichard Maw2012-01-181-1/+2
| * Merge branch 'master' into richardmaw/mergeRichard Maw2012-01-1825-247/+1326
| |\
| | * Merge branch 'master' of gitorious.org:baserock/morphLars Wirzenius2012-01-171-4/+24
| | |\
| | | * Add build-depends to README.Jannis Pohlmann2012-01-171-4/+24
| | * | Avoid bc as a dependency for baserock-bootstrapLars Wirzenius2012-01-172-4/+3
| | |/
| * | Merge /home/richardmaw/morph-againRichard Maw2012-01-182-13/+25
| |\ \
| | * | improve do-chroot script, add some links and devices, use gnu shell programs ...Richard Maw2012-01-182-18/+31
| * | | Improvements to script when entering chrootRichard Maw2012-01-061-5/+6
| |/ /
| * | Remove LD_LIBRARY_PATH from chroot, it wasn't passed to build anywayRichard Maw2012-01-051-2/+0
| * | Make a chroot script to enter the system for easier debuggingRichard Maw2012-01-051-23/+36
| * | Allow morph to be resumedRichard Maw2012-01-041-13/+16
| * | Install all of gettext as autopoint is neededRichard Maw2012-01-041-7/+5
| * | Use HOST_SUDORichard Maw2012-01-031-3/+3
* | | Complete SourceManager testsRob Taylor2012-01-194-33/+149
* | | initial version of Sourcemanager and testsRob Taylor2012-01-184-20/+215
| |/ |/|
* | Use /bin/bash for the show-dependencies test script.Jannis Pohlmann2012-01-162-2/+2
* | Add VIM swap files and temporary black box test output to .gitignore.Jannis Pohlmann2012-01-161-0/+6
* | Add first tests for BuildDependencyGraph.Jannis Pohlmann2012-01-162-4/+75
* | Introduce the "show-dependencies" command and BuildDependencyGraph.Jannis Pohlmann2012-01-1610-8/+835
* | remove copying of LFS tarballs (it only ever worked for me)Lars Wirzenius2012-01-131-1/+0
* | add script to run baserock-bootstrap in a newly created clean chrootLars Wirzenius2012-01-131-0/+37
* | only copy $allsources if it existsLars Wirzenius2012-01-131-2/+4
* | 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
* | update README with new ways to run morphLars Wirzenius2012-01-111-2/+6
* | add ldconfig location(s) to PATH before running itLars Wirzenius2012-01-112-2/+4
* | stop morph from using fakeroot and sudoLars Wirzenius2012-01-117-78/+39
* | remove system image build testLars Wirzenius2012-01-112-29/+0
* | do not try to use object.__del__Lars Wirzenius2012-01-111-4/+0