summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* distbuild: Add __str__() and __repr__() to ArtifactReferenceSam Thursfield2015-06-231-0/+6
* distbuild: Hide a log messageSam Thursfield2015-06-231-1/+4
* distbuild: Check cache status each time we enqueue new artifactsSam Thursfield2015-06-231-131/+174
* distbuild: Add docstrings to BuildController state machineSam Thursfield2015-06-231-2/+96
* Fix crash in `morph distbuild` commandSam Thursfield2015-06-231-1/+1
* Make `morph show-build-log` look in local repo cache for build logsSam Thursfield2015-06-221-21/+33
* Make more commands work outside a system-branch/workspaceSam Thursfield2015-06-224-67/+61
* Determine whether to include_local_changes from app.settingsSam Thursfield2015-06-223-9/+5
* Raise exception if show-build-log doesn't find the build logSam Thursfield2015-06-191-5/+14
* Fix `morph show-build-log` for chunks of a different architectureSam Thursfield2015-06-191-0/+6
* localrepocache: Count freshly cloned repositories as updatedRichard Maw2015-06-171-1/+4
* Fix anchor yarnRichard Ipsum2015-06-171-1/+8
* Add script to run a distbuild network on the local machineSam Thursfield2015-06-171-0/+523
* Don't ignore the 'cwd' parameterSam Thursfield2015-06-161-1/+1
* Expose reset_workdir in GitDirectory classRichard Ipsum2015-06-161-0/+6
* 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-163-7/+30
* 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-166-39/+521
* 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