summaryrefslogtreecommitdiff
path: root/morphlib/builder2.py
Commit message (Expand)AuthorAgeFilesLines
* Stop using bare except: statementsLars Wirzenius2013-04-161-2/+7
* Corrections to previous commitsRichard Holland2013-04-081-1/+1
* Changed empty stratum warning to errorRichard Holland2013-04-081-1/+7
* Don't include bootstrap chunks in output strataSam Thursfield2013-03-131-3/+8
* Refactor build processSam Thursfield2013-03-131-12/+9
* Remove features used by old bootstrap methodSam Thursfield2013-03-131-0/+3
* Merge branch 'liw/pre-commands' into stagingSam Thursfield2013-03-071-4/+14
|\
| * Add pre- and post-commands for chunksLars Wirzenius2013-02-191-4/+14
* | Add the ability for chunk morphs to specify devicesJonathan Maw2013-02-281-0/+24
* | Hardlink files into the staging-areaJonathan Maw2013-02-281-64/+6
|/
* Make metadata include the repo-alias.Richard Maw2013-02-111-0/+1
* Avoid confusing error when staging area is emptySam Thursfield2013-02-061-2/+3
* Include morph-version in artifact metadataRichard Maw2013-01-281-0/+7
* Make ccache use the same directory for repos that are clonesJonathan Maw2013-01-031-4/+15
* Add support for ccacheJonathan Maw2012-12-171-0/+24
* Revert "Merge branch 'liw/hardlink-staging-area-pre-rebase'"Jannis Pohlmann2012-11-301-5/+27
* Use the builder runcmd, to get build environment rightLars Wirzenius2012-11-291-6/+4
* Reformat code, plus adapt for non-staging-area buildsLars Wirzenius2012-11-291-1/+2
* Hardlinked chroot done with linux-user-chrootJoe Burmeister2012-11-291-31/+10
* Don't store original filename in compressed image filesSam Thursfield2012-11-161-1/+2
* Cleanly handle out of disk space on target filesystem.Sam Thursfield2012-11-151-1/+7
* Close file handles correctly on exceptions when unpacking strataSam Thursfield2012-11-151-18/+19
* Consistency fixSam Thursfield2012-11-151-1/+1
* Write /etc/os-release in system imagesSam Thursfield2012-10-261-1/+14
* Write metadata for the rootfs itself into the rootfsSam Thursfield2012-10-261-2/+3
* Fix use of GzipFile to not assume "with" protocolLars Wirzenius2012-10-121-3/+4
* Correct a few long lines.Daniel Silverstone2012-10-091-3/+6
* Compress system disk imagesDaniel Silverstone2012-10-081-29/+45
* Rework git caches to be bare mirrors of the repos.Daniel Silverstone2012-09-141-11/+9
* Fix code format for unicode fixRichard Maw2012-09-131-1/+2
* Encode the root path for os.walk()Daniel Silverstone2012-09-121-1/+1
* Warning instead of error for empty strata, temporarilySam Thursfield2012-09-031-1/+1
* Log a clear error if creating an empty stratumSam Thursfield2012-08-301-0/+2
* Fix test coverage for squeeze coverage.pyLars Wirzenius2012-08-151-3/+3
* Initial non-syslinux disk image kindDaniel Silverstone2012-08-141-0/+136
* python scripts: pep8ize codebaseRichard Maw2012-08-011-75/+83
* Refactor: move kernel artifact creation into base classLars Wirzenius2012-07-261-0/+19
* Move fstab creation into base classLars Wirzenius2012-07-261-0/+20
* Move strata unpacking into a base classLars Wirzenius2012-07-261-0/+54
* Start a tarball systembuilderLars Wirzenius2012-07-261-0/+2
* Move syslinux-disk system building into pluginLars Wirzenius2012-07-261-237/+1
* Refactor system building to use syskind specific classLars Wirzenius2012-07-261-2/+50
* Expose the real filename for SaveFileLars Wirzenius2012-07-171-1/+1
* Log to morph's log output of a failed buildLars Wirzenius2012-07-171-0/+7
* SystemBuild: remove check for if arch == NoneRichard Maw2012-07-111-4/+4
* SystemBuilder: mount rootfs rw initiallyRichard Maw2012-07-091-1/+1
* ChunkBuilder: runcmd, redirect err to outRichard Maw2012-07-061-1/+2
* ChunkBuilder: dump build log on errorRichard Maw2012-07-061-4/+20
* ChunkBuilder: write output of build to cacheRichard Maw2012-07-061-3/+9
* Merge remote branch 'origin/baserock/bugfix/S2528-remount-rw'Lars Wirzenius2012-07-021-2/+2
|\