From 7a5ca2fbecb22c452fdba85d280f50de86659d43 Mon Sep 17 00:00:00 2001 From: aleskandro Date: Mon, 13 Nov 2023 06:14:36 +0100 Subject: [PATCH] Other fixes --- .../15-microshift/etc/yum.repos.d/coreos-continuous.repo | 4 ++-- .../15-microshift/etc/yum.repos.d/microshift-deps.repo | 6 ++++++ overlay.d/15-microshift/etc/yum.repos.d/okd-copr.repo | 6 +++--- 3 files changed, 11 insertions(+), 5 deletions(-) create mode 100644 overlay.d/15-microshift/etc/yum.repos.d/microshift-deps.repo diff --git a/overlay.d/15-microshift/etc/yum.repos.d/coreos-continuous.repo b/overlay.d/15-microshift/etc/yum.repos.d/coreos-continuous.repo index 52f4721..ee2a6a6 100644 --- a/overlay.d/15-microshift/etc/yum.repos.d/coreos-continuous.repo +++ b/overlay.d/15-microshift/etc/yum.repos.d/coreos-continuous.repo @@ -1,10 +1,10 @@ [coreos-continuous] -name=Copr repo for continuous owned by @CoreOS +name=Copr repo for continuous owned by @CoreOS (rpm-ostree-related packages) baseurl=https://download.copr.fedorainfracloud.org/results/@CoreOS/continuous/fedora-$releasever-$basearch/ type=rpm-md skip_if_unavailable=True gpgcheck=1 gpgkey=https://download.copr.fedorainfracloud.org/results/@CoreOS/continuous/pubkey.gpg repo_gpgcheck=0 -enabled=1 +enabled=0 enabled_metadata=1 diff --git a/overlay.d/15-microshift/etc/yum.repos.d/microshift-deps.repo b/overlay.d/15-microshift/etc/yum.repos.d/microshift-deps.repo new file mode 100644 index 0000000..2ba6572 --- /dev/null +++ b/overlay.d/15-microshift/etc/yum.repos.d/microshift-deps.repo @@ -0,0 +1,6 @@ +[microshift-deps] +name=Beta rhocp-4.14 RPMs for RHEL +baseurl=https://mirror.openshift.com/pub/openshift-v4/$basearch/dependencies/rpms/4.14-el9-beta/ +enabled=1 +gpgcheck=0 +skip_if_unavailable=0 \ No newline at end of file diff --git a/overlay.d/15-microshift/etc/yum.repos.d/okd-copr.repo b/overlay.d/15-microshift/etc/yum.repos.d/okd-copr.repo index 61a27a1..220c02b 100644 --- a/overlay.d/15-microshift/etc/yum.repos.d/okd-copr.repo +++ b/overlay.d/15-microshift/etc/yum.repos.d/okd-copr.repo @@ -1,8 +1,8 @@ [okd-copr] -name=Copr repo for OKD -baseurl=https://download.copr.fedorainfracloud.org/results/@OKD/okd/fedora-38-$basearch/ +name=Copr repo for OKD (cri-o) +baseurl=https://download.copr.fedorainfracloud.org/results/@OKD/okd/fedora-$releasever-$basearch/ gpgcheck=1 gpgkey=https://download.copr.fedorainfracloud.org/results/@OKD/okd/pubkey.gpg repo_gpgcheck=0 -enabled=1 +enabled=0 enabled_metadata=1