From 8ce5041596ef486510245946b7c6c68ec59add29 Mon Sep 17 00:00:00 2001 From: Simran Basi Date: Fri, 28 Aug 2015 14:25:44 -0700 Subject: GITC: Pull GITC Manifest Dir from the config. Updates the repo launcher and gitc_utils to pull the manifest directory location out of the gitc config file. Change-Id: Id08381b8a7d61962093d5cddcb3ff6afbb13004b --- manifest_xml.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifest_xml.py') diff --git a/manifest_xml.py b/manifest_xml.py index b33ec627..a7fe8ddf 100644 --- a/manifest_xml.py +++ b/manifest_xml.py @@ -956,7 +956,7 @@ class GitcManifest(XmlManifest): super(GitcManifest, self).__init__(repodir) self.isGitcClient = True self.gitc_client_name = gitc_client_name - self.gitc_client_dir = os.path.join(gitc_utils.GITC_MANIFEST_DIR, + self.gitc_client_dir = os.path.join(gitc_utils.get_gitc_manifest_dir(), gitc_client_name) self.manifestFile = os.path.join(self.gitc_client_dir, '.manifest') -- cgit v1.2.3-54-g00ecf