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 --- without-test-modules | 1 + 1 file changed, 1 insertion(+) (limited to 'without-test-modules') diff --git a/without-test-modules b/without-test-modules index df1aa2dd..95f5c13e 100644 --- a/without-test-modules +++ b/without-test-modules @@ -61,3 +61,4 @@ distbuild/timer_event_source.py distbuild/worker_build_scheduler.py # Not unit tested, since it needs a full system branch morphlib/buildbranch.py +morphlib/definitions_repo.py -- cgit v1.2.1