summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* mark more stuff outside of test coverageLars Wirzenius2012-01-111-1/+1
* mark stuff outside coverage testingLars Wirzenius2012-01-111-1/+1
* update cliapp url in wget-listRob Taylor2012-01-111-1/+1
* update cliapp to 0.23Rob Taylor2012-01-101-6/+6
* make sure $alltarballs directory exists before trying to use itRob Taylor2012-01-101-0/+1
* build from morphs repo master branchLars Wirzenius2012-01-091-3/+3
* add missing call to explicitly build glibc during bootstrapLars Wirzenius2012-01-091-0/+1
* Merge branch 'liw/foo'Lars Wirzenius2012-01-092-18/+91
|\
| * run ldconfig when it's necessaryLars Wirzenius2012-01-091-0/+28
| * build the devel system strata and then assemble a system image by handLars Wirzenius2012-01-061-2/+48
| * build devel systemLars Wirzenius2012-01-061-1/+1
| * build foundation instead of devel; copy files fully instead of linkingLars Wirzenius2012-01-061-2/+3
| * build glibc instead of eglibcLars Wirzenius2012-01-051-15/+13
| * deal with tarball not having libc/ directoryLars Wirzenius2012-01-051-2/+2
* | Fix some build issuesRichard Maw2012-01-031-3/+3
* | Alter bootstrap script to fix some issues I was havingRichard Maw2011-12-161-4/+7
|/
* copy allsources first, then downloadLars Wirzenius2011-12-141-1/+1
* 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-142-25/+17
* use wget-list from the directory where baserock-bootstrap existsLars Wirzenius2011-12-141-1/+1
* Update file locations for wget and script fixesRichard Maw2011-12-142-9/+18
* build eglibc instead of glibc in stage 1Lars Wirzenius2011-12-141-13/+16
* document test stories in READMELars Wirzenius2011-12-121-0/+24
* 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
* | implement test subcommand properlyLars Wirzenius2011-12-121-2/+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-122-3/+16
* | add test_stories attribute to MorphologyLars Wirzenius2011-12-122-0/+9
* | document upcoming new feature for system morphsLars Wirzenius2011-12-121-0/+8
|/
* Merge branch 'richardmaw/login'Richard Maw2011-12-126-44/+94
|\
| * Merge branch 'richardmaw/fix-mknod' into richardmaw/loginRichard Maw2011-12-093-12/+19
| |\
| | * Fix tests to reflect changesRichard Maw2011-12-093-12/+19
| * | Add terminal login supportRichard Maw2011-12-091-1/+1
| |/
| * Made some sudo commands into fakeroot commandsRichard Maw2011-12-083-48/+71