summaryrefslogtreecommitdiff
path: root/morphlib/morphologyfactory.py
Commit message (Expand)AuthorAgeFilesLines
* Turn Morphology.needs_artifact_metadata_cached into a propertyRichard Maw2014-09-191-27/+1
* Remove Morphology.builds_artifactsRichard Maw2014-09-191-9/+0
* buildsystem: Generate a Morphology not textAdam Coldrick2014-08-141-11/+13
* morphologyfactory: Use morphloader not morph2Adam Coldrick2014-08-141-74/+2
* Fix an incorrect log message when using remote Git cacheSam Thursfield2014-07-231-1/+1
* Don't check if a file exists before trying to read itRichard Maw2014-07-101-28/+28
* Replace AutodetectError with MorphologyNotFoundErrorRichard Ipsum2014-06-251-24/+24
* Add chatty status messages to aid the userRichard Ipsum2014-06-251-5/+12
* Warn and default to null if repo or ref are givenRichard Maw2014-02-131-0/+10
* MorphologyFactory: validate new fields using loader codeRichard Maw2014-01-161-0/+2
* Replace chunk 'chunks' field with 'products'Richard Maw2014-01-151-3/+4
* Dropped support for 'system-kind' from system morphology filesDan Firth2013-09-271-13/+0
* morphologyfactory: validate stratum build-dependsRichard Maw2013-08-071-0/+12
* morphologyfactory: move empty stratum check hereRichard Maw2013-08-071-0/+10
* morphologyfactory: refactor chunk bdeps exceptionsRichard Maw2013-08-071-6/+13
* Add morph cross-bootstrapSam Thursfield2013-07-301-4/+3
* Fix warnings and test suiteLars Wirzenius2013-06-201-13/+11
* Merge branch 'samthursfield/arch'Sam Thursfield2013-03-151-0/+10
|\
| * One 'arch' to rule them allSam Thursfield2013-03-151-0/+10
* | Merge branch 'samthursfield/build-essential-2-rebase'Sam Thursfield2013-03-151-3/+0
|\ \ | |/
| * Add 'build-mode' field for chunks in a stratumSam Thursfield2013-03-131-3/+0
* | Emit warning if system-kind != rootfs-tarballLars Wirzenius2013-03-121-0/+11
|/
* Make rootfs-tarball build only the tarball also on ARMLars Wirzenius2013-02-201-6/+1
* Require morphology name to match filenameSam Thursfield2013-02-081-0/+5
* Make yaml be an optional dependencyLars Wirzenius2013-01-291-2/+1
* Parse as YAML if not valid JSONRichard Maw2013-01-221-2/+4
* Increase verbosity regarding the remote artifact cache.Daniel Silverstone2012-09-281-1/+10
* Rename arm to armv7 and be consistentRichard Maw2012-09-201-1/+1
* Display expected filename in "Failed to determine build system" errorSam Thursfield2012-08-301-3/+3
* Strata contain "chunks", not "sources"Sam Thursfield2012-08-291-1/+1
* Always ls-tree before trying to cat-fileSam Thursfield2012-08-241-35/+25
* Use git ls-tree to autodetect build systemSam Thursfield2012-08-241-15/+4
* Fix deprecation message when showing error messageLars Wirzenius2012-08-071-1/+1
* Merge branch 'master' of roadtrain.codethink.co.uk:baserock/morphLars Wirzenius2012-08-011-1/+5
|\
| * Merge branch 'samthursfield/clearer-morphology-parse-errors' of git://roadtra...Richard Maw2012-08-011-2/+6
| |\
| | * Raise clearer error on morphology parse errorsSam Thursfield2012-07-311-2/+5
| |/
* | python scripts: pep8ize codebaseRichard Maw2012-08-011-17/+17
|/
* Require system-kind on system morphologiesLars Wirzenius2012-07-191-0/+4
* Set Morphology.needs_artifact_metadata_cachedLars Wirzenius2012-07-191-0/+3
* Have MorphologyFactor set Morphology.needs_staging_areaLars Wirzenius2012-07-191-0/+5
* Have MorphologyFactory set Morphology.builds_artifactsLars Wirzenius2012-07-181-14/+45
* Remove pointless hashbangLars Wirzenius2012-07-181-2/+0
* Add missing empty lines, for clarityLars Wirzenius2012-07-181-0/+5
* Add check for undefined arch in system morphologyRichard Maw2012-07-111-0/+5
* Move stratum verification to morphologyfactoryRichard Maw2012-07-111-1/+12
* morphologyfactory: infer build system without listRichard Maw2012-04-201-3/+14
* morphologyfactory: work without RemoteRepoCacheRichard Maw2012-04-201-3/+18
* add morphology factoryRichard Maw2012-04-191-0/+63