From cb4157e06f0a0de89be48570d5653c31b9665886 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Tue, 2 May 2023 16:14:06 -0400 Subject: [PATCH] Initial changes for `experimental` branch with bootc This implements https://github.com/coreos/fedora-coreos-tracker/issues/1446 --- fedora-copr-bootc.repo | 10 ++++++++++ manifest.yaml | 7 +++++-- manifests/bootc.yaml | 7 +++++++ 3 files changed, 22 insertions(+), 2 deletions(-) create mode 100644 fedora-copr-bootc.repo create mode 100644 manifests/bootc.yaml diff --git a/fedora-copr-bootc.repo b/fedora-copr-bootc.repo new file mode 100644 index 0000000000..fa967d5f7d --- /dev/null +++ b/fedora-copr-bootc.repo @@ -0,0 +1,10 @@ +[bootc-fedora] +name=Copr repo for bootc owned by rhcontainerbot +baseurl=https://download.copr.fedorainfracloud.org/results/rhcontainerbot/bootc/fedora-$releasever-$basearch/ +type=rpm-md +skip_if_unavailable=True +gpgcheck=1 +gpgkey=https://download.copr.fedorainfracloud.org/results/rhcontainerbot/bootc/pubkey.gpg +repo_gpgcheck=0 +enabled=1 +enabled_metadata=1 diff --git a/manifest.yaml b/manifest.yaml index fbb095f39b..2097f95efc 100644 --- a/manifest.yaml +++ b/manifest.yaml @@ -1,7 +1,10 @@ variables: - stream: stable + stream: experimental + # At the current time, this is only kind of true. prod: true releasever: 38 -include: manifests/fedora-coreos.yaml +include: + - manifests/fedora-coreos.yaml + - manifests/bootc.yaml diff --git a/manifests/bootc.yaml b/manifests/bootc.yaml new file mode 100644 index 0000000000..a55cd4d4d9 --- /dev/null +++ b/manifests/bootc.yaml @@ -0,0 +1,7 @@ +# This implements https://github.com/coreos/fedora-coreos-tracker/issues/1446 + +repos: + - bootc-fedora + +packages: + - bootc \ No newline at end of file