summaryrefslogtreecommitdiff
path: root/morphlib/builder2.py
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * SystemBuilder: fix mounting optionsRichard Maw2012-06-251-2/+2
* | Fix test suite to deal with morph output changesLars Wirzenius2012-06-261-7/+9
* | Fix problems found by Richard in reviewLars Wirzenius2012-06-261-3/+3
* | Be more usefully verbose for chunk buildingLars Wirzenius2012-06-251-2/+6
* | Add status message for unpacking chunksLars Wirzenius2012-06-251-1/+3
* | Replace Morph.msg with Morph.statusLars Wirzenius2012-06-251-22/+48
* | SystemBuilder: create a new artifact for kernelRichard Maw2012-06-211-8/+6
|/
* ChunkBuilder: mount /dev/shm as wellRichard Maw2012-06-201-19/+24
* app: rename setup_proc to setup_mountsRichard Maw2012-06-201-7/+7
* Return list of built artifacts from builderLars Wirzenius2012-06-151-2/+9