summaryrefslogtreecommitdiff
path: root/morphlib/__init__.py
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 /morphlib/__init__.py
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 'morphlib/__init__.py')
-rw-r--r--morphlib/__init__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/morphlib/__init__.py b/morphlib/__init__.py
index ad90bd4d..8f39cb30 100644
--- a/morphlib/__init__.py
+++ b/morphlib/__init__.py
@@ -50,6 +50,7 @@ import artifactcachereference
import artifactresolver
import branchmanager
import bins
+import buildbranch
import buildcommand
import buildenvironment
import buildsystem