summaryrefslogtreecommitdiff
path: root/morphlib/plugins
Commit message (Expand)AuthorAgeFilesLines
* deploy: Fix an unlikely crash at deploy-timeSam Thursfield2016-02-191-2/+2
* Remove (dist)?build-morphology commandsTiago Gomes2015-12-021-79/+0
* Prepare the removal of workspace and system branches codeTiago Gomes2015-11-255-14/+9
* Remove branch-and-merge pluginTiago Gomes2015-11-241-482/+0
* Remove old cruftTiago Gomes2015-11-201-20/+0
* Improve get-repo error messageRichard Ipsum2015-10-221-1/+5
* Change how MorphologyLoader instances are createdSam Thursfield2015-09-284-7/+5
* Remove edit commandRichard Ipsum2015-09-251-94/+0
* Simplify StagingArea classTiago Gomes2015-09-221-2/+2
* Remove foreach commandRichard Ipsum2015-09-171-59/+0
* Stop moving staging areas of failed buildsTiago Gomes2015-09-011-1/+27
* 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-223-54/+56
* Determine whether to include_local_changes from app.settingsSam Thursfield2015-06-222-6/+2
* 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
* Use DefinitionsRepo class in deploy pluginSam Thursfield2015-06-161-74/+64
* Use DefinitionsRepo in build commandSam Thursfield2015-06-161-143/+74
* Set PYTHONPATH when running deployment extensionsAdam Coldrick2015-06-121-0/+8
* morphlib: Use new temp_dir helper context managerRichard Maw2015-06-053-54/+38
* 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
* 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
* distbuild: Condense Initiator class to remove unnecessary duplicationLauren Perry2015-05-151-4/+16
* Fix prototype of create_source_pool()Sam Thursfield2015-05-1411-12/+14
* Clean up artifact serialisationAdam Coldrick2015-05-121-9/+10
* Move duplicate fix_chunk_build_mode function to a common locationAdam Coldrick2015-05-122-52/+5
* 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
* morph anchor: Handle updating refsRichard Maw2015-05-111-5/+6
* Fix distbuild-morphologyAdam Coldrick2015-05-071-1/+1
* Add `morph anchor` commandRichard Maw2015-05-011-0/+226
* Allow the deployment of individual chunks/strata from systemsAdam Coldrick2015-04-301-40/+215
* morphlib: Add command to get build-log for a given chunk and system fileLauren Perry2015-04-301-0/+90
* Add a CSV manifest generator.Adam Coldrick2015-04-302-2/+338
* Check number of args given to build commandsRichard Ipsum2015-04-301-5/+38
* Improve 'Deploy failed as system is not yet build' error.Sam Thursfield2015-04-301-4/+5
* distbuild: Add distbuild status commandLauren Perry2015-04-291-0/+47
* distbuild: Add distbuild start and cancel functionalityLauren Perry2015-04-292-1/+72
* get-repo: Delete partially cloned repo on errorsSam Thursfield2015-04-281-2/+9
* Add a `morph get-repo` command to clone repositories from the cacheAdam Coldrick2015-04-271-0/+149
* Fix regression that caused original_ref to be lost in some buildsSam Thursfield2015-04-271-2/+3
* morphlib: Add example use to morph certify and fix spelling errorLauren Perry2015-04-271-1/+6
* Calculate the build graph in worker-buildAdam Coldrick2015-04-241-5/+25
* distbuild: Don't check if there is free disk space on the initiatorSam Thursfield2015-04-221-6/+7
* deploy: Clean up `morph deploy` documentation a bitSam Thursfield2015-04-211-133/+30
* deploy: Deploy and upgrade systems from the same 'cluster' definitionSam Thursfield2015-04-211-17/+83