summaryrefslogtreecommitdiff
path: root/morphlib/builder2.py
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* fix tabs and line widths so ./check passesRichard Maw2012-06-141-11/+11
* morphlib.builder2: check in local cache firstRichard Maw2012-06-141-2/+2
* morphlib.builder2: write stratum metadataRichard Maw2012-06-141-5/+25
* morphlib.builder2: fix unit testsRichard Maw2012-06-141-4/+4
* morphlib.builder2: write overlaps to cacheRichard Maw2012-06-141-15/+38
* builder2: write json to cache instead of tarballRichard Maw2012-06-141-33/+53
* Merge branch 'richardmaw/arm-hack'Richard Maw2012-06-131-14/+35
|\
| * SystemBuilder ARM: write kernel as System metadataRichard Maw2012-06-131-0/+13
| * SystemBuilder: pass missing parameter to install_boot_filesRichard Maw2012-06-131-1/+1
| * SystemBuilder: __getitem__ is for indexing not propertiesRichard Maw2012-06-131-1/+1