8ad09dc672
Repos are overwritten by Pungi during composes in the Fedora infra and
Pungi currently only overwrites the leaf manifest.
See: https://pagure.io/releng/issue/11969
Reverts: 49db8be
manifests: Move repos config to common manifest
26 lines
560 B
YAML
26 lines
560 B
YAML
include:
|
|
- sway-desktop-pkgs.yaml
|
|
ref: fedora/rawhide/${basearch}/sericea
|
|
rojig:
|
|
name: fedora-sericea
|
|
summary: "Fedora Sericea (Sway) base image"
|
|
license: MIT
|
|
|
|
packages:
|
|
- fedora-release-sericea
|
|
# explicitly list some defaults
|
|
- firefox
|
|
|
|
exclude-packages:
|
|
# already excluded in comps-sync-exclude-list
|
|
- PackageKit-glib
|
|
- grubby
|
|
# nothing in the tree would use these
|
|
- tracker
|
|
- tracker-miners
|
|
|
|
# Kept in the leaf manifest as they are overwritten by Pungi in composes
|
|
repos:
|
|
- fedora-rawhide
|
|
# - fedora-41
|
|
# - fedora-41-updates
|