From c9e9027faa8d2beb72e6cea8a0b7e070869ecda8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Hozza?= Date: Tue, 16 Jul 2024 13:07:51 +0200 Subject: [PATCH] Schutzfile: add RHEL-10.0 repo snapshots MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Tomáš Hozza --- Schutzfile | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) diff --git a/Schutzfile b/Schutzfile index 9fc377272..54f99c402 100644 --- a/Schutzfile +++ b/Schutzfile @@ -240,6 +240,52 @@ } ] }, + "rhel-10.0": { + "dependencies": { + "osbuild": { + "commit": "df83c629201f3955dfb07016c31409d85f376a29" + } + }, + "repos": [ + { + "file": "/etc/yum.repos.d/rhel10internal.repo", + "x86_64": [ + { + "title": "RHEL-10-RPMREPO-NIGHTLY-BaseOS", + "name": "baseos", + "baseurl": "https://rpmrepo.osbuild.org/v2/mirror/rhvpn/el10/el10-x86_64-baseos-n10.0-20240715" + }, + { + "title": "RHEL-10-RPMREPO-NIGHTLY-AppStream", + "name": "appstream", + "baseurl": "https://rpmrepo.osbuild.org/v2/mirror/rhvpn/el10/el10-x86_64-appstream-n10.0-20240715" + }, + { + "title": "RHEL-10-RPMREPO-NIGHTLY-CRB", + "name": "crb", + "baseurl": "https://rpmrepo.osbuild.org/v2/mirror/rhvpn/el10/el10-x86_64-crb-n10.0-20240715" + } + ], + "aarch64": [ + { + "title": "RHEL-10-RPMREPO-NIGHTLY-BaseOS", + "name": "baseos", + "baseurl": "https://rpmrepo.osbuild.org/v2/mirror/rhvpn/el10/el10-aarch64-baseos-n10.0-20240715" + }, + { + "title": "RHEL-10-RPMREPO-NIGHTLY-AppStream", + "name": "appstream", + "baseurl": "https://rpmrepo.osbuild.org/v2/mirror/rhvpn/el10/el10-aarch64-appstream-n10.0-20240715" + }, + { + "title": "RHEL-10-RPMREPO-NIGHTLY-CRB", + "name": "crb", + "baseurl": "https://rpmrepo.osbuild.org/v2/mirror/rhvpn/el10/el10-aarch64-crb-n10.0-20240715" + } + ] + } + ] + }, "centos-9": { "dependencies": { "osbuild": {