mirror of
https://git.codelinaro.org/clo/tools/repo.git
synced 2025-06-28 07:16:50 +08:00
Merge "Make -notdefault a default manifest group"
This commit is contained in:
@ -146,8 +146,7 @@ class XmlManifest(object):
|
|||||||
mp = self.manifestProject
|
mp = self.manifestProject
|
||||||
|
|
||||||
groups = mp.config.GetString('manifest.groups')
|
groups = mp.config.GetString('manifest.groups')
|
||||||
if not groups:
|
if groups:
|
||||||
groups = 'all'
|
|
||||||
groups = [x for x in re.split(r'[,\s]+', groups) if x]
|
groups = [x for x in re.split(r'[,\s]+', groups) if x]
|
||||||
|
|
||||||
doc = xml.dom.minidom.Document()
|
doc = xml.dom.minidom.Document()
|
||||||
|
Reference in New Issue
Block a user