mirror of
https://gerrit.googlesource.com/git-repo
synced 2024-12-21 07:16:21 +00:00
Merge "Make -notdefault a default manifest group"
This commit is contained in:
commit
0290cad5db
@ -146,9 +146,8 @@ 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()
|
||||||
root = doc.createElement('manifest')
|
root = doc.createElement('manifest')
|
||||||
|
Loading…
Reference in New Issue
Block a user