bundlewrap/groups/all.py

9 lines
110 B
Python
Raw Normal View History

2020-02-29 12:30:51 +00:00
groups['all'] = {
2020-09-20 08:30:13 +00:00
'member_patterns': {
2020-02-29 12:30:51 +00:00
r".*",
2020-09-20 08:30:13 +00:00
},
'subgroups': {
2020-11-21 09:55:09 +00:00
'linux',
},
2020-02-29 12:30:51 +00:00
}