From 66bc3ea9dd530f127d50b4c19c753e07cffd85fa Mon Sep 17 00:00:00 2001 From: Sanne Raymaekers Date: Thu, 3 Aug 2023 15:46:10 +0200 Subject: [PATCH] Schutzfile: drop rhel 8.8 and 9.2 nightly repos --- Schutzfile | 84 ++---------------------------------------------------- 1 file changed, 3 insertions(+), 81 deletions(-) diff --git a/Schutzfile b/Schutzfile index 7a570af584..3bf416acee 100644 --- a/Schutzfile +++ b/Schutzfile @@ -179,46 +179,7 @@ "osbuild": { "commit": "c90b587dccf5f82e5732b7a264866c3535c066c2" } - }, - "repos": [ - { - "file": "/etc/yum.repos.d/rhel8internal.repo", - "x86_64": [ - { - "title": "RHEL-8-RPMREPO-NIGHTLY-BaseOS", - "name": "baseos", - "baseurl": "https://rpmrepo.osbuild.org/v2/mirror/rhvpn/el8/el8-x86_64-baseos-n8.8-20230801" - }, - { - "title": "RHEL-8-RPMREPO-NIGHTLY-AppStream", - "name": "appstream", - "baseurl": "https://rpmrepo.osbuild.org/v2/mirror/rhvpn/el8/el8-x86_64-appstream-n8.8-20230801" - }, - { - "title": "RHEL-8-RPMREPO-NIGHTLY-CRB", - "name": "crb", - "baseurl": "https://rpmrepo.osbuild.org/v2/mirror/rhvpn/el8/el8-x86_64-crb-n8.8-20230801" - } - ], - "aarch64": [ - { - "title": "RHEL-8-RPMREPO-NIGHTLY-BaseOS", - "name": "baseos", - "baseurl": "https://rpmrepo.osbuild.org/v2/mirror/rhvpn/el8/el8-aarch64-baseos-n8.8-20230801" - }, - { - "title": "RHEL-8-RPMREPO-NIGHTLY-AppStream", - "name": "appstream", - "baseurl": "https://rpmrepo.osbuild.org/v2/mirror/rhvpn/el8/el8-aarch64-appstream-n8.8-20230801" - }, - { - "title": "RHEL-8-RPMREPO-NIGHTLY-CRB", - "name": "crb", - "baseurl": "https://rpmrepo.osbuild.org/v2/mirror/rhvpn/el8/el8-aarch64-crb-n8.8-20230801" - } - ] - } - ] + } }, "rhel-8.9": { "dependencies": { @@ -285,46 +246,7 @@ "osbuild": { "commit": "c90b587dccf5f82e5732b7a264866c3535c066c2" } - }, - "repos": [ - { - "file": "/etc/yum.repos.d/rhel9internal.repo", - "x86_64": [ - { - "title": "RHEL-9-RPMREPO-NIGHTLY-BaseOS", - "name": "baseos", - "baseurl": "https://rpmrepo.osbuild.org/v2/mirror/rhvpn/el9/el9-x86_64-baseos-n9.2-20230801" - }, - { - "title": "RHEL-9-RPMREPO-NIGHTLY-AppStream", - "name": "appstream", - "baseurl": "https://rpmrepo.osbuild.org/v2/mirror/rhvpn/el9/el9-x86_64-appstream-n9.2-20230801" - }, - { - "title": "RHEL-9-RPMREPO-NIGHTLY-CRB", - "name": "crb", - "baseurl": "https://rpmrepo.osbuild.org/v2/mirror/rhvpn/el9/el9-x86_64-crb-n9.2-20230801" - } - ], - "aarch64": [ - { - "title": "RHEL-9-RPMREPO-NIGHTLY-BaseOS", - "name": "baseos", - "baseurl": "https://rpmrepo.osbuild.org/v2/mirror/rhvpn/el9/el9-aarch64-baseos-n9.2-20230801" - }, - { - "title": "RHEL-9-RPMREPO-NIGHTLY-AppStream", - "name": "appstream", - "baseurl": "https://rpmrepo.osbuild.org/v2/mirror/rhvpn/el9/el9-aarch64-appstream-n9.2-20230801" - }, - { - "title": "RHEL-9-RPMREPO-NIGHTLY-CRB", - "name": "crb", - "baseurl": "https://rpmrepo.osbuild.org/v2/mirror/rhvpn/el9/el9-aarch64-crb-n9.2-20230801" - } - ] - } - ] + } }, "rhel-9.3": { "dependencies": { @@ -492,4 +414,4 @@ } ] } -} \ No newline at end of file +}