summaryrefslogtreecommitdiff
path: root/without-test-modules
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2013-11-27 14:33:22 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2013-11-29 16:11:44 +0000
commit198b59056058be476cb95e44fbe839f09258527c (patch)
treef2e2ca45d0aa23d6b54ec717575f4cc9838758af /without-test-modules
parent3eb2b658b1f3a612c78c14f3d2cba2a1f0b1333f (diff)
downloadmorph-198b59056058be476cb95e44fbe839f09258527c.tar.gz
morphlib: Add BuildBranch abstraction
This is an abstraction on top of SystemBranchDirectories, providing the ability to add uncommitted changes to the temporary build branch, push temporary build branches and retrieve the correct repository URI and ref to build the system.
Diffstat (limited to 'without-test-modules')
-rw-r--r--without-test-modules2
1 files changed, 2 insertions, 0 deletions
diff --git a/without-test-modules b/without-test-modules
index 4efcdb40..c34ba59c 100644
--- a/without-test-modules
+++ b/without-test-modules
@@ -28,3 +28,5 @@ morphlib/plugins/trovectl_plugin.py
morphlib/plugins/gc_plugin.py
morphlib/plugins/branch_and_merge_new_plugin.py
morphlib/plugins/print_architecture_plugin.py
+# Not unit tested, since it needs a full system branch
+morphlib/buildbranch.py