summaryrefslogtreecommitdiff
path: root/morphlib/builder2.py
Commit message (Expand)AuthorAgeFilesLines
* 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
| * morphlib: add 'arch' field to morphologiesRichard Maw2012-06-131-13/+21
* | Add setup_proc as initializer argument to BuilderLars Wirzenius2012-06-111-2/+3
|/
* morph: remove dead code and replace Execute with app.runcmdRichard Maw2012-05-301-35/+33
* SystemBuilder: expect rootfs to be /dev/sda1Richard Maw2012-05-171-3/+3
* Build chunk artifacts in a deterministic orderLars Wirzenius2012-05-171-1/+3
* builder: use the same tar extract logic for all artifactsRichard Maw2012-05-141-1/+1
* builder: log to warnings when artifacts overlapRichard Maw2012-05-141-4/+43
* Remove spurious empty line from the sourceLars Wirzenius2012-05-111-1/+0
* Use documented interface to get filename rather than SaveFile's internalsLars Wirzenius2012-05-091-1/+1
* First unmap devices for system image, then close (=rename) the fileLars Wirzenius2012-05-091-1/+1
* Fix long lines being too long for tests to pass.Jannis Pohlmann2012-05-091-1/+1
* Create system images directly in the artifact cache using SaveFile.Jannis Pohlmann2012-05-091-16/+5
* StratumBuilder: log which chunks are unpackedRichard Maw2012-05-091-0/+3
* system image use systemd on vda1 and build in tmpRichard Maw2012-05-091-5/+5
* Integrate RemoteArtifactCache into the building process.Jannis Pohlmann2012-05-031-15/+37
* Get rid of the old internal morph APIsLars Wirzenius2012-05-021-1/+39
* Fix unmounting /proc in staging so it works when /proc wasn't mountedLars Wirzenius2012-04-261-2/+2
* Fix how unmounting of /proc inside chroot is doneLars Wirzenius2012-04-261-5/+8
* Unmounted /proc in staging before assembling chunks, and only if it is thereLars Wirzenius2012-04-251-3/+2
* Log /proc pathname in chroot when unmountingLars Wirzenius2012-04-251-1/+1
* Setup /proc in staging only if using chroot; install staging-fillersLars Wirzenius2012-04-251-19/+27
* Add logging to /proc mounting and unmounting, and create /procLars Wirzenius2012-04-241-0/+4
* Mount /proc while building a chunkLars Wirzenius2012-04-241-0/+14
* builder2: fix line widthRichard Maw2012-04-241-1/+2