summaryrefslogtreecommitdiff
path: root/morphlib/plugins/deploy_plugin.py
Commit message (Expand)AuthorAgeFilesLines
* deploy: Note that some of the extensions listed live in definitions.gitSam Thursfield2014-12-091-2/+5
* Add missing types to the docstring in the DeployPlugin.deploy() functionPete Fotheringham2014-12-051-1/+27
* Remove unicode charactersPedro Alvarez2014-12-011-2/+4
* Action review commentsPete Fotheringham2014-12-011-0/+23
* Allow `morph deploy` to cache missing Git repos if it needs toSam Thursfield2014-11-111-1/+0
* build: Resolve the ref being built in the user's local definitions.gitSam Thursfield2014-10-241-2/+2
* Don't log environment variables with 'PASSWORD' in their name.Sam Thursfield2014-09-191-2/+1
* deploy: Allow extensions to write to Morph log fileRichard Maw2014-09-011-23/+30
* Add `morph upgrade` command, deprecate `morph deploy --upgrade`Sam Thursfield2014-09-011-4/+26
* Clarify that multiple images can be deployed at once by `morph deploy`Sam Thursfield2014-09-011-1/+1
* Avoid creating and pushing temporary build branches when they aren't necessary.Richard Maw2014-08-121-32/+9
* Cut BuildBranch out of morphlib.extensionsRichard Maw2014-08-121-2/+1
* Turn BuildBranch methods into regular functionsRichard Maw2014-08-121-5/+9
* Tidy deploy_plugin a littleRichard Maw2014-07-221-5/+5
* Make our use of json binary path safebaserock/richardmaw/bugfix/unicode-safe-jsonRichard Maw2014-07-111-1/+2
* Use exact filenames to refer to morphology filesRichard Maw2014-07-101-6/+4
* Make MorphologyFinder use file pathsRichard Maw2014-07-071-3/+2
* Update the help text for morph deployAdam Coldrick2014-06-181-1/+5
* Allow the user to specify deployments in a clusterAdam Coldrick2014-06-181-8/+43
* Morph deploy should never update git reposPaul Sherwood2014-06-101-0/+1
* Add utilities for listing and finding extensions.Mark Doffman2014-03-311-43/+16
* Merge branch 'baserock/richardipsum/merge_distbuild'Richard Ipsum2014-03-271-2/+3
|\
| * Fix deployRichard Ipsum2014-03-261-2/+3
* | deploy: Set status prefix to show which deployment the status is forRichard Maw2014-03-141-53/+69
* | deploy: Make extension output display which it isRichard Maw2014-03-141-1/+2
* | Add the ability to do nested deploymentsRichard Maw2014-03-141-6/+18
* | Move deploy logic into multiple methodsRichard Maw2014-03-141-14/+28
* | Move tempdir creation out of the loopRichard Maw2014-03-141-21/+27
* | Patch buildcommand once, rather that once per systemRichard Maw2014-03-141-3/+5
* | Remove ugly loading of old b&m pluginRichard Maw2014-03-141-10/+0
* | deploy: Record deployment information in deployed systemSam Thursfield2014-03-041-0/+54
* | deploy: Add optional 'check' extensionsSam Thursfield2014-03-041-1/+17
* | deploy: Add new --upgrade optionSam Thursfield2014-03-041-0/+7
* | Add missing year to copyright headerLars Wirzenius2014-03-031-1/+1
|/
* Revert "Add utilities for listing and finding extensions."Mark Doffman2014-02-211-11/+40
* Add utilities for listing and finding extensions.Mark Doffman2014-02-211-40/+11
* Deploy and cross-bootstrap commands no longer validate host architectureBen Brown2013-12-201-0/+4
* Modify morph to strip .morph extensions from parametersBen Brown2013-12-161-1/+1
* plugins: Convert deploy to new classes.Richard Maw2013-11-291-85/+70
* Deploying a non-cluster morphology now displays an error messageDaniel Firth2013-10-301-0/+4
* Morph now executes extensions in the repository containing the morphologiesDaniel Firth2013-09-261-1/+1
* Rework `morph deploy` to work with cluster morphologies.Tiago Gomes2013-08-161-77/+156
* deploy: Always cleanup deploy tempdir on failureRichard Maw2013-08-131-45/+52
* deploy: Parse arguments before unpackRichard Maw2013-08-131-3/+3
* deploy: refactor environment argument parsingRichard Maw2013-08-131-7/+1
* deploy plugin: Clean up deployments' tempdirsRichard Maw2013-08-091-7/+7
* Add morph cross-bootstrapSam Thursfield2013-07-301-1/+2
* Improve docstring for "morph deploy"Lars Wirzenius2013-07-051-7/+152
* deploy plugin: Use sh instead of bash for timestampingRichard Maw2013-06-111-1/+1
* deploy_plugin: Timestamp output of extensionsRichard Maw2013-06-101-1/+3