summaryrefslogtreecommitdiff
path: root/without-test-modules
diff options
context:
space:
mode:
authorLars Wirzenius <lars.wirzenius@codethink.co.uk>2013-01-25 14:13:14 +0000
committerLars Wirzenius <lars.wirzenius@codethink.co.uk>2013-02-06 20:58:44 +0000
commite343b6a3725a5a6790eda19e52a55fcb8ed162c4 (patch)
treeb24888a27345dcec8653b2d19fe71d4561bd2710 /without-test-modules
parent876a11cebfe4821c34dd451789aaf4f55f409c41 (diff)
downloadmorph-e343b6a3725a5a6790eda19e52a55fcb8ed162c4.tar.gz
Add deployment plugin
This adds a new optional field to system morphologies: "configuration-extensions". The deployment plugin relies heavily on code from the branch and merge plugin. This needs to be eventually fixed by refactoring the codebase so that the shared code is in morphlib and not in plugins. However, doing that is beyond the scope of adding a deployment plugin.
Diffstat (limited to 'without-test-modules')
-rw-r--r--without-test-modules3
1 files changed, 2 insertions, 1 deletions
diff --git a/without-test-modules b/without-test-modules
index cb0302c8..a8a5d925 100644
--- a/without-test-modules
+++ b/without-test-modules
@@ -17,5 +17,6 @@ morphlib/plugins/branch_and_merge_plugin.py
morphlib/buildcommand.py
morphlib/plugins/build_plugin.py
morphlib/gitversion.py
-
morphlib/plugins/expand_repo_plugin.py
+morphlib/plugins/deploy_plugin.py
+morphlib/plugins/__init__.py