f9184799de
Refactor how we differentiate bootable containers variants from classic ostree ones using conditional includes. See: https://coreos.github.io/rpm-ostree/treefile/
25 lines
517 B
YAML
25 lines
517 B
YAML
variables:
|
|
bootable_container: true
|
|
variant: "cinnamon-atomic"
|
|
|
|
include:
|
|
- common.yaml
|
|
- cinnamon-atomic-packages.yaml
|
|
|
|
ref: fedora/rawhide/${basearch}/cinnamon
|
|
rojig:
|
|
name: fedora-cinnamon
|
|
summary: "Fedora Cinnamon Atomic"
|
|
license: MIT
|
|
|
|
packages:
|
|
# Portals for Flatpak
|
|
- xdg-desktop-portal-gtk
|
|
# Include GUI to manage updates & Flatpaks
|
|
- gnome-software
|
|
|
|
# Kept in the leaf manifest as they are overwritten by Pungi in composes
|
|
repos:
|
|
- fedora-rawhide
|
|
# - fedora-41
|
|
# - fedora-41-updates
|