From ac2b09ffbe138dae8b6d3c1fbbd327cc68169307 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 c10s 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 8e0277370..9fc377272 100644 --- a/Schutzfile +++ b/Schutzfile @@ -292,5 +292,51 @@ ] } ] + }, + "centos-stream-10": { + "dependencies": { + "osbuild": { + "commit": "df83c629201f3955dfb07016c31409d85f376a29" + } + }, + "repos": [ + { + "file": "/etc/yum.repos.d/centos.repo", + "x86_64": [ + { + "title": "baseos", + "name": "baseos", + "baseurl": "https://rpmrepo.osbuild.org/v2/mirror/public/el10/cs10-x86_64-baseos-20240715" + }, + { + "title": "appstream", + "name": "appstream", + "baseurl": "https://rpmrepo.osbuild.org/v2/mirror/public/el10/cs10-x86_64-appstream-20240715" + }, + { + "title": "crb", + "name": "crb", + "baseurl": "https://rpmrepo.osbuild.org/v2/mirror/public/el10/cs10-x86_64-crb-20240715" + } + ], + "aarch64": [ + { + "title": "baseos", + "name": "baseos", + "baseurl": "https://rpmrepo.osbuild.org/v2/mirror/public/el10/cs10-aarch64-baseos-20240715" + }, + { + "title": "appstream", + "name": "appstream", + "baseurl": "https://rpmrepo.osbuild.org/v2/mirror/public/el10/cs10-aarch64-appstream-20240715" + }, + { + "title": "crb", + "name": "crb", + "baseurl": "https://rpmrepo.osbuild.org/v2/mirror/public/el10/cs10-aarch64-crb-20240715" + } + ] + } + ] } }