From 282e82dbba5271ca80666da132f8a06d187572db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Hozza?= Date: Thu, 25 May 2023 16:04:30 +0200 Subject: [PATCH] Schutzfile: latest F38 snapshots are already GA snapshots MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit F38 is already GA and the latest snapshots reflect that (specifically, they do not contain the 'branched' word in the URL). Modify F38 repo definitions. Signed-off-by: Tomáš Hozza --- Schutzfile | 42 ++++++++++++++++++++++++++++++++++++++---- 1 file changed, 38 insertions(+), 4 deletions(-) diff --git a/Schutzfile b/Schutzfile index bd68ba81b..d6a9f7ed3 100644 --- a/Schutzfile +++ b/Schutzfile @@ -166,14 +166,14 @@ { "title": "fedora", "name": "fedora", - "baseurl": "https://rpmrepo.osbuild.org/v2/mirror/public/f38/f38-x86_64-branched-20230522" + "baseurl": "https://rpmrepo.osbuild.org/v2/mirror/public/f38/f38-x86_64-fedora-20230413" } ], "aarch64": [ { "title": "fedora", "name": "fedora", - "baseurl": "https://rpmrepo.osbuild.org/v2/mirror/public/f38/f38-aarch64-branched-20230522" + "baseurl": "https://rpmrepo.osbuild.org/v2/mirror/public/f38/f38-aarch64-fedora-20230413" } ] }, @@ -183,14 +183,48 @@ { "title": "fedora-modular", "name": "fedora-modular", - "baseurl": "https://rpmrepo.osbuild.org/v2/mirror/public/f38/f38-x86_64-branched-modular-20230522" + "baseurl": "https://rpmrepo.osbuild.org/v2/mirror/public/f38/f38-x86_64-fedora-modular-20230413" } ], "aarch64": [ { "title": "fedora-modular", "name": "fedora-modular", - "baseurl": "https://rpmrepo.osbuild.org/v2/mirror/public/f38/f38-aarch64-branched-modular-20230522" + "baseurl": "https://rpmrepo.osbuild.org/v2/mirror/public/f38/f38-aarch64-fedora-modular-20230413" + } + ] + }, + { + "file": "/etc/yum.repos.d/fedora-updates.repo", + "x86_64": [ + { + "title": "updates", + "name": "updates", + "baseurl": "https://rpmrepo.osbuild.org/v2/mirror/public/f38/f38-x86_64-updates-released-20230522" + } + ], + "aarch64": [ + { + "title": "updates", + "name": "updates", + "baseurl": "https://rpmrepo.osbuild.org/v2/mirror/public/f38/f38-aarch64-updates-released-20230522" + } + ] + }, + { + "file": "/etc/yum.repos.d/fedora-updates-modular.repo", + "x86_64": [ + { + "title": "updates-modular", + "name": "updates-modular", + "baseurl": "https://rpmrepo.osbuild.org/v2/mirror/public/f38/f38-x86_64-updates-released-modular-20230522" + } + ], + "aarch64": [ + { + "title": "updates-modular", + "name": "updates-modular", + "baseurl": "https://rpmrepo.osbuild.org/v2/mirror/public/f38/f38-aarch64-updates-released-modular-20230522" } ] }