Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove all .morph files and files from the old format | Javier Jardón | 2017-12-12 | 1 | -171/+0 |
| | |||||
* | Be explicit about extensions that need python2 | Daniel Firth | 2016-11-17 | 1 | -1/+1 |
| | |||||
* | Fix kvm deployment | Adam Coldrick | 2015-06-22 | 1 | -2/+1 |
| | | | | | | | | Deployment to kvm got broken by the patch to remove dependencies on morphlib and cliapp. This commit fixes the issues that were introduced. Change-Id: Iface1b38e638be4d84cf86b434ee30e1fffc34a0 | ||||
* | Remove dependencies on morphlib and cliapp from deployment extensionsbaserock/adamcoldrick/remove-dependencies-v3 | Adam Coldrick | 2015-06-11 | 1 | -33/+36 |
| | | | | | | | | | | | | | | | | This is done by either copying some utility functions from morph into writeexts.py, and using the `subprocess` module rather than cliapp's runcmd and ssh_runcmd. Note that this means that these extensions will require "$definitions_checkout/extensions" in PYTHONPATH when they are run. This commit also updates VERSION to 5, since the PYTHONPATH requirement means that this change is incompatible with old versions of morph. Change-Id: Iec6fa7e3c7219619ce55e18493e5c37c36e97816 | ||||
* | Move extensions into a subdirectory | Adam Coldrick | 2015-06-02 | 1 | -0/+169 |
Change-Id: I12e7c03b30da78da1eb220d2826ce0003d6efe2e |