summaryrefslogtreecommitdiff
path: root/morphlib/morphloader.py
Commit message (Expand)AuthorAgeFilesLines
* morphloader: add missing validation to stratum chunksTiago Gomes2016-03-251-29/+25
* WIP Add support for multiple sources per chunkTiago Gomes2016-03-251-0/+34
* morphloader: simplify APITiago Gomes2016-03-251-31/+15
* Fix some test failuresSam Thursfield2016-03-031-5/+8
* Fix copyright year of morphlib/morphloader.pybaserock/pedroalvarez/wip-gearPedro Alvarez2016-02-271-1/+1
* Validate empty configure/build/test/install commandsEdward Cragg2016-02-251-0/+13
* morphloader: remove aliasTiago Gomes2015-12-211-6/+5
* morphloader: remove unset functionsTiago Gomes2015-12-211-50/+0
* morphloader: remove arch normalizationTiago Gomes2015-12-211-5/+0
* morphloader: remove obsolete fieldsTiago Gomes2015-12-211-73/+2
* Add support for Baserock definitions version 7Sam Thursfield2015-10-141-8/+29
* Remove support for Baserock definitions format versions 3, 4 and 5Sam Thursfield2015-09-181-20/+11
* Add support for Baserock definitions version 6Sam Thursfield2015-07-291-20/+57
* morphloader: Allow build-system lookup to be customisedRichard Maw2015-06-121-3/+5
* morphloader: When given definitions v5, include strip commandsRichard Maw2015-06-121-0/+9
* morphloader: Hoist buildsystem lookup outside of loopsRichard Maw2015-06-051-6/+6
* morphloader: Add test-commands to key orderRichard Maw2015-06-051-0/+3
* MorphologyLoader: Set filename attribute at parse timeRichard Maw2015-05-111-2/+3
* Raise an error if a stratum build-depends on itselfAdam Coldrick2015-05-081-0/+11
* Use the modern way of the GPL copyright header: URL instead real addressJavier Jardón2015-03-161-2/+1
* Do not fail if a chunk doesnt have a 'build-depends' parameter definedjjardon/no_build_dependsJavier Jardón2015-03-041-12/+1
* morphlib/morphloader.py: Add a check to load_from_string()Javier Jardón2015-03-041-1/+5
* morphlib/morphloader.py: Update copyrigthJavier Jardón2015-03-041-1/+1
* Validate build-depends in MorphologyLoaderSam Thursfield2014-09-191-5/+14
* Fix morphloader to unset_defaults for chunksFrancisco Redondo Marchena2014-08-151-2/+13
* Set chunk static default to Nonebaserock/franred/fixes-needed-for-organize-definitionsFrancisco Redondo Marchena2014-08-151-12/+12
* Add system-integration to chunk _static_defaultsFrancisco Redondo Marchena2014-08-151-0/+1
* Add deploy-defaults before deploy in the MorphologyDumper keyorderFrancisco Redondo Marchena2014-08-151-0/+1
* Rename morph3 to morphologyAdam Coldrick2014-08-141-1/+1
* morphloader: Get commands when loading morphologyAdam Coldrick2014-08-141-0/+11
* morphloader: Add and remove some default valuesAdam Coldrick2014-08-141-7/+14
* Dump multi-line strings in yaml documents in '|' formbaserock/richardmaw/bugfix/yaml-multi-line-dumpRichard Maw2014-07-301-2/+29
* Add class hierarchies for Morphology load errorsRichard Maw2014-07-071-28/+36
* Improve var names in morphloaderRichard Ipsum2014-06-241-24/+22
* Fix duplicate names error messageRichard Ipsum2014-06-241-5/+6
* Validate cluster morphologiesAdam Coldrick2014-06-181-1/+26
* Fix bad indentationRichard Ipsum2014-05-071-2/+2
* A more useful morphology syntax error messageRichard Ipsum2014-05-071-4/+3
* morphloader: Dump dicts with a nicer key orderRichard Maw2014-02-171-1/+57
* Warn and default to null if repo or ref are givenRichard Maw2014-02-131-2/+55
* Add validation for chunk refs in strata to be (non-empty) stringsBen Brown2014-01-221-0/+33
* MorphologyLoader: Validate new fieldsRichard Maw2014-01-161-6/+110
* Replace chunk 'chunks' field with 'products'Richard Maw2014-01-151-2/+2
* morphloader: use getattr for validate, set defaultsRichard Maw2013-11-291-16/+5
* morphloader: Require systems have at least one stratumRichard Maw2013-11-291-2/+44
* morphloader: Set default values for cluster morphsRichard Maw2013-11-291-3/+19
* morphloader: Don't use ValueError exceptionRichard Maw2013-11-291-2/+22
* Merge remote-tracking branch 'origin/danielfirth/RT241'Lars Wirzenius2013-10-081-1/+3
|\
| * Added 'description' field to static defaults for cluster morphologiesDan Firth2013-10-071-1/+3
* | Merge remote-tracking branch 'origin/danielfirth/RT189'Lars Wirzenius2013-10-081-16/+20
|\ \ | |/ |/|