mirror of
https://github.com/Dev-Wiki/git-repo.git
synced 2025-12-14 00:24:05 +08:00
Revert "Default repo manifest settings in git config"
This reverts commit ee1c2f5717.
This breaks a lot of buildbot systems. Rolling it back for now
until we can understand what the breakage was and how to fix it.
This commit is contained in:
@@ -228,11 +228,7 @@ class XmlManifest(object):
|
||||
@property
|
||||
def manifest_server(self):
|
||||
self._Load()
|
||||
|
||||
if self._manifest_server:
|
||||
return self._manifest_server
|
||||
|
||||
return self.manifestProject.config.GetString('repo.manifest-server')
|
||||
return self._manifest_server
|
||||
|
||||
@property
|
||||
def IsMirror(self):
|
||||
|
||||
Reference in New Issue
Block a user