diff --git a/copr-fedora-bootc.repo b/copr-fedora-bootc.repo new file mode 100644 index 0000000..d4ee857 --- /dev/null +++ b/copr-fedora-bootc.repo @@ -0,0 +1,10 @@ +[copr-fedora-bootc] +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/fedora-dev.yaml b/fedora-dev.yaml index cfff4b3..eeb47fa 100644 --- a/fedora-dev.yaml +++ b/fedora-dev.yaml @@ -2,3 +2,7 @@ repos: - copr-fedora-coreos-continuous + - copr-fedora-bootc + +packages: + - bootc diff --git a/fedora-tier-1-dev-38.yaml b/fedora-tier-1-dev-38.yaml index 0b964a1..457976e 100644 --- a/fedora-tier-1-dev-38.yaml +++ b/fedora-tier-1-dev-38.yaml @@ -1,4 +1,3 @@ -include: fedora-tier-1-38.yaml - -repos: - - copr-fedora-coreos-continuous +include: + - fedora-tier-1-38.yaml + - fedora-dev.yaml diff --git a/tier-0/bootc.yaml b/tier-0/bootc.yaml index 526dfad..cc115e2 100644 --- a/tier-0/bootc.yaml +++ b/tier-0/bootc.yaml @@ -17,4 +17,6 @@ exclude-packages: postprocess: - | #!/usr/bin/env bash - ln -sr /usr/bin/{rpm-ostree,bootc} + if test ! -x /usr/bin/bootc && test -x /usr/bin/rpm-ostree; then + ln -sr /usr/bin/{rpm-ostree,bootc} + fi