| |
@@ -187,6 +187,10 @@
|
| |
if gid.name in comps_exclude_list_groups:
|
| |
continue
|
| |
groups.append(gid.name)
|
| |
+ for gid in comps.environments['workstation-product-environment'].option_ids:
|
| |
+ if gid.name in comps_exclude_list_groups:
|
| |
+ continue
|
| |
+ groups.append(gid.name)
|
| |
|
| |
# Always include the packages from the workstation-ostree-support group
|
| |
groups.append('workstation-ostree-support')
|
| |
comps-sync: Include optional groups from workstation-product-environment
Include optional comps groups from workstation-product-environment in
the common set of packages for all Atomic Desktops variants.
This notably includes the
domain-client
group.Fixes: https://gitlab.com/fedora/ostree/sig/-/issues/24
Fixes: https://github.com/fedora-silverblue/issue-tracker/issues/550
Fixes: https://github.com/fedora-silverblue/issue-tracker/issues/320
comps-sync-exclude-list.yml: Exclude arm-tools from common comps groups
comps-sync f41 2024-04-12
See: https://gitlab.com/fedora/ostree/sig/-/issues/24