summaryrefslogtreecommitdiff
path: root/morphlib/plugins
Commit message (Expand)AuthorAgeFilesLines
* Add support for '--repo' and '--ref' in list-artifactsbaserock/pedroalvarez/repo-ref-optionsPedro Alvarez2016-07-271-1/+26
* Rename get-repo's option '--ref' to '--checkout-ref'Pedro Alvarez2016-07-261-1/+1
* Fix generate-manifest-csv options helpPedro Alvarez2016-07-261-1/+1
* Make `morph list-artifacts` work from definitions checkoutPedro Alvarez2016-05-171-7/+33
* Make `morph cross-bootstrap` work from definitions checkoutPedro Alvarez2016-05-171-27/+35
* Make `morph get-repo` use submodules from definitionsPedro Alvarez2016-04-121-14/+46
* Add support for definitions version 8Pedro Alvarez2016-03-293-8/+17
* Remove support for definitions version 6Tiago Gomes2016-03-251-2/+0
* morphloader: simplify APITiago Gomes2016-03-251-2/+2
* Unify local and remote repo cache modulesSam Thursfield2016-03-169-80/+50
* Get rid of the CachedRepo class (almost)Sam Thursfield2016-03-035-13/+13
* Hide get_repo() and cache_repo() functions, always use get_updated_repo()Sam Thursfield2016-03-034-23/+8
* 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