7c611d9d0d
This conversion can be validated using this script: #!/bin/bash mkdir -p repo && cd repo && ostree init --repo . --mode=archive && cd .. variants=('silverblue' 'kinoite' 'xfce' 'lxqt') for v in ${variants[@]}; do sudo rpm-ostree compose tree --repo=repo --print-only fedora-$v.yaml > $v.yaml.out done git checkout --quiet HEAD~ for v in ${variants[@]}; do sudo rpm-ostree compose tree --repo=repo --print-only fedora-$v.yaml > $v.json.out done for v in ${variants[@]}; do if [[ ! -z $(diff $v.json.out $v.yaml.out) ]]; then echo "" echo "$v: JSON != YAML" diff $v.json.out $v.yaml.out echo "" has_diff="true" fi done git checkout --quiet master rm -rf ./repo for v in ${variants[@]}; do rm ./$v.json.out ./$v.yaml.out done if [[ $has_diff == "true" ]]; then echo "Found some diff!" else echo "OK!" fi
33 lines
668 B
YAML
33 lines
668 B
YAML
# DO NOT EDIT! This content is generated from comps-sync.py
|
|
include: fedora-common-ostree.yaml
|
|
packages:
|
|
- breeze-cursor-theme
|
|
- breeze-gtk
|
|
- breeze-icon-theme
|
|
- fedora-icon-theme
|
|
- firewall-config
|
|
- initial-setup-gui
|
|
- lxqt-about
|
|
- lxqt-config
|
|
- lxqt-globalkeys
|
|
- lxqt-notificationd
|
|
- lxqt-openssh-askpass
|
|
- lxqt-panel
|
|
- lxqt-policykit
|
|
- lxqt-powermanagement
|
|
- lxqt-qtplugin
|
|
- lxqt-runner
|
|
- lxqt-session
|
|
- lxqt-themes
|
|
- lxqt-themes-fedora
|
|
- network-manager-applet
|
|
- nm-connection-editor
|
|
- notification-daemon
|
|
- obconf
|
|
- openbox
|
|
- perl-File-MimeInfo
|
|
- qterminal
|
|
- sddm
|
|
- sddm-themes
|
|
- upower
|
|
- xdg-user-dirs
|