summaryrefslogtreecommitdiffstats
path: root/manifest_xml.py
diff options
context:
space:
mode:
Diffstat (limited to 'manifest_xml.py')
-rw-r--r--manifest_xml.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifest_xml.py b/manifest_xml.py
index f4f6a755..8be83cf9 100644
--- a/manifest_xml.py
+++ b/manifest_xml.py
@@ -579,7 +579,7 @@ class XmlManifest(object):
579 groups = node.getAttribute('groups') 579 groups = node.getAttribute('groups')
580 groups = [x for x in re.split('[,\s]+', groups) if x] 580 groups = [x for x in re.split('[,\s]+', groups) if x]
581 581
582 default_groups = ['default', 'name:%s' % name, 'path:%s' % path] 582 default_groups = ['all', 'name:%s' % name, 'path:%s' % path]
583 groups.extend(set(default_groups).difference(groups)) 583 groups.extend(set(default_groups).difference(groups))
584 584
585 if self.IsMirror: 585 if self.IsMirror: