47170ee169
To be able to build images in the Fedora infrastructure with distinct changes in the container vs classic ostree case, we need to split those into a common manifest and a top level one that includes only the repos and other distinct includes.
22 lines
604 B
YAML
22 lines
604 B
YAML
include:
|
|
- common.yaml
|
|
- budgie-atomic-packages.yaml
|
|
|
|
ref: fedora/rawhide/${basearch}/onyx
|
|
rojig:
|
|
name: fedora-onyx
|
|
summary: "Fedora Budgie Atomic"
|
|
license: MIT
|
|
|
|
packages:
|
|
- fedora-release-budgie-atomic
|
|
# Make sure that GNOME Software's rpm-ostree plugin is always installed
|
|
- gnome-software-rpm-ostree
|
|
|
|
# Make sure the following are not pulled in when Recommended by other packages
|
|
exclude-packages:
|
|
# Not needed in Budgie Desktop
|
|
- tracker
|
|
- tracker-miners
|
|
# Exclude GNOME Software's langpack plugin to avoid layering langpacks on Silverblue
|
|
- gnome-software-fedora-langpacks
|