mirror of
https://git.codelinaro.org/clo/tools/repo.git
synced 2025-06-01 23:05:07 +08:00
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
This commit is contained in:

committed by
Dan Willemsen

parent
f7a51898d3
commit
8ce5041596
@ -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')
|
||||
|
||||
|
Reference in New Issue
Block a user