summaryrefslogtreecommitdiff
path: root/morphlib/builder.py
Commit message (Expand)AuthorAgeFilesLines
* Morph build c3874f415dc6448ca28d9a01edab0948baserock/6453f312359f4317803ef7f14b58d21f/d675b946df4f456693ed211dcd2ec95eAdam Coldrick2015-04-151-11/+23
* Morph build f6dfd8de4ebb4b6686423bba300e0a87Adam Coldrick2015-03-311-1/+1
* Morph build a82b16b8220f4f8080b0198619484887Adam Coldrick2015-03-311-1/+1
* Morph build c2397bf4873742a3ba9202cbdcfffea8Adam Coldrick2015-03-301-61/+57
* Morph build 271da1e1d62c40748b586dc0345d0f7dAdam Coldrick2015-03-241-57/+61
* Morph build 11ac5b237b3640718da94ad8e252d330Adam Coldrick2015-03-191-61/+57
* Morph build 2ee8190abe87461992f5b7ed85fe2ee9Adam Coldrick2015-03-191-0/+699
* Get rid of the old internal morph APIsLars Wirzenius2012-05-021-699/+0
* Make copy_repository get a repo instead of treeishLars Wirzenius2012-04-121-1/+1
* builder: ensure working directory matches commitRichard Maw2012-04-111-0/+1
* Avoid setting the mtime of broken symlinks.Jannis Pohlmann2012-04-051-1/+3
* Fall back to 'manual' build system if none is specified.Jannis Pohlmann2012-04-021-4/+1
* Automatically deduce type of chunk if one doesn't existLars Wirzenius2012-03-301-1/+2
* Make use of the new build system class in ChunkBuilderLars Wirzenius2012-03-301-36/+2
* Refactor: remove unnecessary methodLars Wirzenius2012-03-271-7/+5
* Add --target-cflags option; set arch/fp in baserock-bootstrap on ARM.Jannis Pohlmann2012-03-261-1/+1
* Fix a few typos and so on.Jannis Pohlmann2012-03-231-1/+1
* fix overly long linesRichard Maw2012-03-231-2/+4
* morphlib: move filesystem stuff out of builderRichard Maw2012-03-231-39/+8
* make get_cache_id not require a blob to be passedRichard Maw2012-03-231-15/+13
* Squashme: Temporary changes to make boot with btrfs work.Jannis Pohlmann2012-03-221-26/+32
* Squashme: Switch to generating images using btrfs.Super user2012-03-221-9/+16
* Build system images using btrfs and factory/factory-run subvolumes.Jannis Pohlmann2012-03-221-16/+31
* Merge remote branch 'origin/master' into rm/morph-pass1Richard Maw2012-03-161-4/+4
|\
| * tar: add -h option to extractionRichard Maw2012-03-161-1/+1
| * SystemBuilder: add newlines to fstabRichard Maw2012-03-161-3/+3
* | Merge branch 'master' into rm/morph-pass1-mergeRichard Maw2012-03-161-20/+44
|\ \ | |/
| * Fix morph cache key to use morphology filename rather than declared nameLars Wirzenius2012-03-151-1/+1
| * Fix system image building with morphLars Wirzenius2012-03-151-19/+43
* | build-system: autotools: use PREFIXRichard Maw2012-03-141-1/+1
* | morphlib.builder.Builder: PREFIX changes cache-keyRichard Maw2012-03-131-1/+1
* | morphlib.builder.Builder: fix sharing envRichard Maw2012-03-131-5/+8
* | morphlib.builder.Builder: key depends on some envRichard Maw2012-03-131-2/+5
|/
* morphlib/builder.py: bring it closer to mkimage.shRichard Maw2012-03-081-23/+21
* Return nothing from do_build/build; fix unassigned built_items bug.Jannis Pohlmann2012-03-061-13/+5
* Remove unused argument from Builder.build and build_single methodsLars Wirzenius2012-03-021-2/+2
* Remove unnecessary Builder.settings attributeLars Wirzenius2012-03-021-2/+2
* Move cleaning of environment into morphLars Wirzenius2012-03-021-87/+12
* Simplify instantiation of BlobBuilder subclassesLars Wirzenius2012-03-021-27/+21
* Remove unused app parameter and attribute to BlobBuilderLars Wirzenius2012-03-021-5/+4
* Remove unnecessary variableLars Wirzenius2012-03-021-1/+0
* Remove unnecessary method (which also had an unhelpful name)Lars Wirzenius2012-03-021-4/+1
* Remove unused kwargs usage from prepare_binary_metadataLars Wirzenius2012-03-021-3/+1
* Refactor to clarify code a tiny bit by moving variable setting close to useLars Wirzenius2012-03-021-1/+1
* Simplify how files are created in the cache directoryLars Wirzenius2012-03-021-11/+6
* Simplify how BlobBuilder.builds gets implemented/inheritedLars Wirzenius2012-03-021-4/+10
* Simplify what the BlobBuilder.build method doesLars Wirzenius2012-03-021-38/+38
* Remove unnecessary variableLars Wirzenius2012-03-021-7/+2
* Refactor SystemBuilder and add helper classLars Wirzenius2012-03-021-125/+171
* Remove unnecessary import of time moduleLars Wirzenius2012-02-281-1/+1