mirror of
https://github.com/Dev-Wiki/git-repo.git
synced 2025-02-23 23:27:27 +08: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
|
||||
|
||||
groups = mp.config.GetString('manifest.groups')
|
||||
if not groups:
|
||||
groups = 'all'
|
||||
groups = [x for x in re.split(r'[,\s]+', groups) if x]
|
||||
if groups:
|
||||
groups = [x for x in re.split(r'[,\s]+', groups) if x]
|
||||
|
||||
doc = xml.dom.minidom.Document()
|
||||
root = doc.createElement('manifest')
|
||||
|
Loading…
Reference in New Issue
Block a user