Test repo for the Atomic Desktops
Find a file
2023-10-20 17:00:07 +02:00
ci ci: Validate (best effort) YAML manifests indentation 2023-02-16 11:49:46 +01:00
.zuul.yaml Zuul: Explicitely set Zuul job nodeset 2023-02-14 12:16:24 +01:00
bootupd.yaml Add bootupd integration 2022-10-16 15:54:15 -04:00
budgie-desktop-pkgs.yaml budgie: add gedit and a couple useful nemo plugins 2023-08-28 14:03:24 +03:00
cinnamon-desktop-pkgs.yaml comps-sync f40 2023-09-26 2023-09-26 16:43:56 +02:00
comps-sync-exclude-list.yml Silverblue: Replace qgnomeplatform-qt5 by qadwaitadecorations-qt5 2023-10-20 16:20:35 +02:00
comps-sync.py comps-sync.py: Move code under main function 2023-09-27 20:02:11 +02:00
deepin-desktop-pkgs.yaml comps-sync f39 2023-07-22 2023-07-22 10:42:56 -07:00
fedora-40-updates.repo Re-add Fedora 40 repo configs 2023-08-09 17:37:39 +02:00
fedora-40.repo Re-add Fedora 40 repo configs 2023-08-09 17:37:39 +02:00
fedora-base.yaml Unify manifest whitespace 2023-08-09 17:37:39 +02:00
fedora-cinnamon.yaml rawhide moves on toward f40 2023-08-08 15:54:22 -07:00
fedora-common-ostree-pkgs.yaml comps-sync f40 2023-10-20 2023-10-20 17:00:07 +02:00
fedora-common-ostree.yaml fedora-common-ostree: Do not exclude dnf-data 2023-10-16 15:59:56 +02:00
fedora-deepin.yaml Unify manifest whitespace 2023-08-09 17:37:39 +02:00
fedora-kinoite.yaml Kinoite: Enable auto updates in Discover 2023-08-09 17:38:33 +02:00
fedora-lazurite.yaml Unify manifest whitespace 2023-08-09 17:37:39 +02:00
fedora-mate.yaml Unify manifest whitespace 2023-08-09 17:37:39 +02:00
fedora-onyx.yaml fedora-onyx: Add commented repos for easier branching 2023-08-09 17:37:39 +02:00
fedora-rawhide.repo repo: Remove unused baseurl, explicitely set enabled & gpgpcheck 2022-02-16 18:45:56 +01:00
fedora-sericea.yaml Unify manifest whitespace 2023-08-09 17:37:39 +02:00
fedora-silverblue.yaml Silverblue: Replace qgnomeplatform-qt5 by qadwaitadecorations-qt5 2023-10-20 16:20:35 +02:00
fedora-vauxite.yaml Unify manifest whitespace 2023-08-09 17:37:39 +02:00
gnome-desktop-pkgs.yaml comps-sync f39 2023-07-22 2023-07-22 10:42:56 -07:00
group group: Fix tape & input GIDs 2022-11-10 17:01:09 +00:00
kde-desktop-pkgs.yaml comps-sync f40 2023-10-16 2023-10-16 15:37:50 +02:00
LICENSE LICENSE: Add MIT license text 2021-12-16 11:39:31 +01:00
lxqt-desktop-pkgs.yaml comps-sync f39 2023-07-22 2023-07-22 10:42:56 -07:00
mate-desktop-pkgs.yaml comps-sync f39 2023-07-22 2023-07-22 10:42:56 -07:00
passwd passwd: Fix (no)login shell paths 2022-11-10 17:01:09 +00:00
postprocess.sh common: Move sysroot RO script to postprocess-script 2022-08-19 21:46:21 +02:00
README.md README: Add instructions for branching 2023-08-09 17:37:39 +02:00
sway-desktop-pkgs.yaml comps-sync f39 2023-07-22 2023-07-22 10:42:56 -07:00
xfce-desktop-pkgs.yaml comps-sync f39 2023-07-22 2023-07-22 10:42:56 -07:00

Manifests for rpm-ostree based Fedora variants

This is the configuration needed to create rpm-ostree based variants of Fedora. Each variant is described in a YAML treefile which is then used by rpm-ostree to compose an ostree commit with the package requested.

In the Fedora infrastructure, this happens via pungi with Lorax (templates).

Fedora Silverblue

Fedora Kinoite

Building

Instructions to perform a local build of Silverblue:

# Clone the config
git clone https://pagure.io/workstation-ostree-config && cd workstation-ostree-config

# Prepare directories
mkdir -p repo cache
ostree --repo=repo init --mode=archive

# Build (compose) the variant of your choice
sudo rpm-ostree compose tree --repo=repo --cachedir=cache fedora-silverblue.yaml

# Update summary file
ostree summary --repo=repo --update

Testing

Instructions to test the resulting build:

  • First, serve the ostree repo using an HTTP server. You can use any static file server. For example using https://github.com/TheWaWaR/simple-http-server:

    simple-http-server --index --ip 192.168.122.1 --port 8000
    
  • Then, on an already installed Silverblue system:

# Add an ostree remote
sudo ostree remote add testremote http://192.168.122.1:8000/repo --no-gpg-verify

# Pin the currently deployed (and probably working) version
sudo ostree admin pin 0

# List refs from variant remote
sudo ostree remote refs testremote

# Switch to your variant
sudo rpm-ostree rebase testremote:fedora/rawhide/x86_64/silverblue

# Reboot and test!

Branching instructions for new Fedora releases

Follow those steps during the Fedora branch process in Fedora:

Fedora Ansible

Make a PR similar to ansible#1318 in fedora-infra/ansible.

On Rawhide / main branch

sed -i "s/40/41/g" *.repo *.yaml comps-sync.py
mv fedora-40.repo fedora-41.repo
mv fedora-40-updates.repo fedora-41-updates.repo
sed -i "s/41/42/g" README.md
sed -i "s/40/41/g" README.md

On the new branch (f40)

rm fedora-rawhide.repo
sed -i "/- fedora-rawhide/d" *.yaml
sed -i "/# - fedora-40/- fedora-40/" *.yaml

Historical references

Building and testing instructions:

For some background, see:

Note also this repo obsoletes https://pagure.io/atomic-ws