summaryrefslogtreecommitdiff
path: root/morphlib/builder2.py
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Merge remote-tracking branch 'origin/master' into rm/timings-backRichard Maw2012-04-241-6/+16
|\
| * Use submodule url, not path, to find it in the repo cacheLars Wirzenius2012-04-241-1/+1
| * Make builder get submodule cache repo path cleanlyLars Wirzenius2012-04-241-11/+14
| * Fix fix of submodule checkoutsLars Wirzenius2012-04-241-2/+3
| * Fix how the new builder code checks out submodulesLars Wirzenius2012-04-241-1/+7
* | builder2: fix system buildingRichard Maw2012-04-241-3/+4
* | builder: cache metadata in the right pathRichard Maw2012-04-241-2/+3
* | builder: add build times againRichard Maw2012-04-241-139/+183
|/
* morph: add cache id to the meta filesRichard Maw2012-04-201-1/+3
* Add missing import for shutilLars Wirzenius2012-04-201-0/+1
* Remove unnecessary argument from unpack_binary_from_file callLars Wirzenius2012-04-201-1/+1
* Add log message to indicate we got an error while system image buildingLars Wirzenius2012-04-201-1/+3
* Add logging to easier trace what's happening in system buildingLars Wirzenius2012-04-201-0/+16
* Fix reference to morphology (via source, no longer in artifact)Lars Wirzenius2012-04-201-2/+2
* Set cache key in newly created artifact objectsLars Wirzenius2012-04-181-1/+3
* Fixes to adapt to changes in masterLars Wirzenius2012-04-181-12/+11