summaryrefslogtreecommitdiff
path: root/morphlib
Commit message (Expand)AuthorAgeFilesLines
* Automatically deduce type of chunk if one doesn't existLars Wirzenius2012-03-302-3/+30
* Make build system autodetection use an file existence function passed inLars Wirzenius2012-03-302-17/+34
* Change detect_build_system to not default to manualLars Wirzenius2012-03-302-6/+4
* Make build system class return artificial text for missing morphologyLars Wirzenius2012-03-302-0/+19
* Make use of the new build system class in ChunkBuilderLars Wirzenius2012-03-301-36/+2
* Add indexing access to the various commands in build systemsLars Wirzenius2012-03-302-3/+25
* Add tests for looking up autotools, dummy build systemsLars Wirzenius2012-03-301-0/+8
* Improve error message for unknown build system nameLars Wirzenius2012-03-301-1/+2
* Add the build commands for autotoolsLars Wirzenius2012-03-301-0/+15
* Add a dummy build systemLars Wirzenius2012-03-302-0/+34
* Add looking up of build systems by nameLars Wirzenius2012-03-302-4/+37
* Add default (empty) command lists for build systemsLars Wirzenius2012-03-301-1/+7
* Add autodetection for autotools, and a factory functionLars Wirzenius2012-03-302-4/+57
* STart a build system abstraction with autodetectionLars Wirzenius2012-03-303-0/+119
* Refactor: remove unnecessary methodLars Wirzenius2012-03-271-7/+5
* Merge branch 'master' into jannis/add-target-cflags-optionJannis Pohlmann2012-03-271-1/+5
|\
| * Add rudimentary branch+merge supportLars Wirzenius2012-03-261-1/+5
| |\
| | * Add cmdtest for morph branch to set origin correctlyLars Wirzenius2012-03-231-1/+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-232-8/+10
* | morphlib: allow import morphlib to find fsutilsRichard Maw2012-03-231-0/+1
* | fix overly long linesRichard Maw2012-03-231-2/+4
* | morphlib: move filesystem stuff out of builderRichard Maw2012-03-232-39/+78
* | 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-192-4/+8
|\
| * Avoid self-dependencies, do not add dependencies multiple times.Jannis Pohlmann2012-03-192-4/+8
* | Merge remote branch 'origin/master' into rm/morph-pass1Richard Maw2012-03-162-5/+5
|\ \ | |/
| * tar: add -h option to extractionRichard Maw2012-03-162-2/+2
| * SystemBuilder: add newlines to fstabRichard Maw2012-03-161-3/+3
* | Merge branch 'master' into rm/morph-pass1-mergeRichard Maw2012-03-163-22/+56
|\ \ | |/
| * Fix morph cache key to use morphology filename rather than declared nameLars Wirzenius2012-03-151-1/+1
| * Exclude from test coverage stuff without testsLars Wirzenius2012-03-151-3/+3
| * Fix test case for morphology disk-size fieldLars Wirzenius2012-03-151-1/+1
| * Fix system image building with morphLars Wirzenius2012-03-152-20/+54
* | 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
* Test for and include dirnames in chunks the same as filenamesLars Wirzenius2012-03-061-3/+1
* 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