From e343b6a3725a5a6790eda19e52a55fcb8ed162c4 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Fri, 25 Jan 2013 14:13:14 +0000 Subject: 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. --- without-test-modules | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'without-test-modules') 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 -- cgit v1.2.1