summaryrefslogtreecommitdiff
path: root/morphlib
Commit message (Expand)AuthorAgeFilesLines
...
* Swap repr() for str() in ref add errmsgRichard Ipsum2015-06-161-1/+1
* Improve error when local HEAD of definitions repo is not found in remoteSam Thursfield2015-06-162-6/+29
* Use DefinitionsRepo class in deploy pluginSam Thursfield2015-06-162-92/+77
* Use DefinitionsRepo in build commandSam Thursfield2015-06-163-147/+81
* Add DefinitionsRepo classSam Thursfield2015-06-165-39/+520
* Treat True and False as actual commands, rather than booleans.Jim MacArthur2015-06-161-0/+3
* buildsystem: Comment strip commandRichard Maw2015-06-121-0/+7
* sourceresolver: Support version 5Richard Maw2015-06-121-1/+1
* Set PYTHONPATH when running deployment extensionsAdam Coldrick2015-06-121-0/+8
* cachekey/builder: Use and cache strip commandsRichard Maw2015-06-122-6/+12
* sourceresolver: Use versioned morphology loaderRichard Maw2015-06-121-1/+2
* morphloader: Smoke test strip command inclusionRichard Maw2015-06-121-0/+10
* 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
* buildsystems: Add strip commandsRichard Maw2015-06-121-0/+21
* sourceresolver: Re-order method definitions in use orderRichard Maw2015-06-121-74/+74
* sourceresolver: Pass all hidden stateRichard Maw2015-06-122-112/+164
* Fix test suiteSam Thursfield2015-06-101-2/+4
* CacheKeyComputer: Only attempt to include commands present in morphologyRichard Maw2015-06-051-1/+2
* morphloader: Hoist buildsystem lookup outside of loopsRichard Maw2015-06-051-6/+6
* morphloader: Add test-commands to key orderRichard Maw2015-06-051-0/+3
* sourceresolver: bind util.sanitise_morphology_pathRichard Maw2015-06-051-3/+4
* sourceresolver: Remove cache_repo_locallyRichard Maw2015-06-052-20/+9
* sourceresolver: Use context managers for cleanup and cache writebackRichard Maw2015-06-051-17/+17
* morphlib: Use new temp_dir helper context managerRichard Maw2015-06-054-59/+40
* morphlib.util: Add temp_dir context managerRichard Maw2015-06-031-0/+16
* sourceresolver: Pass build system directly to morphology creationRichard Maw2015-06-032-18/+19
* Add separate_mount_namespace kwarg to ext runnerRichard Ipsum2015-06-031-2/+8
* Do not call str() on None types in sanitize_envRichard Ipsum2015-05-291-1/+1
* Ignore the configuration extensions when generating the cache-keyPedro Alvarez2015-05-291-0/+3
* Use keystoneclient python api in openstack.checkRichard Ipsum2015-05-291-29/+28
* deploy: Don't imply --upgrade in subsystemsRichard Maw2015-05-271-2/+5
* morph deploy: Allow overriding UPGRADE in definition or on command lineRichard Maw2015-05-271-4/+11
* Ignore --upgrade flag rather than exitingRichard Ipsum2015-05-271-4/+0
* Move 'git config' wrapper into its own classSam Thursfield2015-05-223-18/+75
* generate-manifest-csv: Catch NoRemote error when cloning lorries repoAdam Coldrick2015-05-201-9/+20
* Give exact filename when an artifact is not found in the cache.Sam Thursfield2015-05-191-2/+3
* Bump supported definitions version to version 4Javier Jardón2015-05-181-1/+1
* distbuild: Condense Initiator class to remove unnecessary duplicationLauren Perry2015-05-151-4/+16
* Fix crash in handling of recursive submodulesSam Thursfield2015-05-141-2/+2
* Fix prototype of create_source_pool()Sam Thursfield2015-05-1413-23/+21
* Explain how to cancel a distbuildAdam Coldrick2015-05-121-0/+5
* Remove mention of MorphologyFactory in the unit testsAdam Coldrick2015-05-121-2/+0
* Clean up artifact serialisationAdam Coldrick2015-05-121-9/+10
* Move duplicate fix_chunk_build_mode function to a common locationAdam Coldrick2015-05-123-52/+33
* Enable native-bootstrap to continue build after recovered from fault.Kejia Hu (Terry)2015-05-121-6/+13
* morph: Add morph diff subcommandRichard Maw2015-05-111-0/+147
* morphlib: Add utility module for parsing argv into lists of systemsRichard Maw2015-05-112-0/+142
* SourceResolver: Allow the resolution of multiple systemsRichard Maw2015-05-112-5/+10
* LRC: Make get_updated_repo handle multiple refsRichard Maw2015-05-111-16/+27