From 665ea01218dcba658d95b86014c7da5dd974a8a7 Mon Sep 17 00:00:00 2001 From: Sam Thursfield Date: Fri, 1 May 2015 19:14:38 +0000 Subject: Add DefinitionsRepo class The intention is for this class to take over the from the Workspace and SystemBranch classes. It allows Morph to load and parse definitions from a Git repo, without requiring the user to run `morph checkout` or `morph branch`: it can operate from any normal Git repository. The class behaves differently when the Git repository is inside a Morph system-branch checkout made with `morph branch` or `morph checkout`, to avoid changing things under the feet of people who are used to those commands. Change-Id: I52a898efb9f6fb7f7e94c65b9ed38516bd51f49d --- morphlib/__init__.py | 1 + 1 file changed, 1 insertion(+) (limited to 'morphlib/__init__.py') diff --git a/morphlib/__init__.py b/morphlib/__init__.py index 94b42580..551e04cb 100644 --- a/morphlib/__init__.py +++ b/morphlib/__init__.py @@ -60,6 +60,7 @@ import builder import cachedrepo import cachekeycomputer import cmdline_parse_utils +import definitions_repo import extensions import extractedtarball import fsutils -- cgit v1.2.1