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
22 lines
541 B
YAML
22 lines
541 B
YAML
include: fedora-common-ostree.yaml
|
|
ref: fedora/rawhide/${basearch}/base
|
|
rojig:
|
|
name: fedora-base
|
|
summary: "Fedora base image for alternative DE"
|
|
license: MIT
|
|
|
|
packages:
|
|
# Generic release package for desktop variants
|
|
- fedora-release
|
|
- fedora-release-ostree-desktop
|
|
# XWayland support
|
|
- xorg-x11-server-Xwayland
|
|
# Portals for Flatpak
|
|
- xdg-desktop-portal
|
|
- xdg-desktop-portal-gtk
|
|
|
|
# Kept in the leaf manifest as they are overwritten by Pungi in composes
|
|
repos:
|
|
- fedora-rawhide
|
|
# - fedora-41
|
|
# - fedora-41-updates
|