From 294de3233d61acf730eb99b274e5ce9f94bd4ae5 Mon Sep 17 00:00:00 2001 From: David Abdurachmanov Date: Tue, 17 Dec 2024 13:32:34 +0200 Subject: [PATCH] F40/41 should not default to Koji repos F40/41 are branched, and distro-repos are available. Default to them. F42/Rawhide should default to Koji repos as there are no distro repos available. Signed-off-by: David Abdurachmanov --- mock-riscv64-configs.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mock-riscv64-configs.patch b/mock-riscv64-configs.patch index a5365d6..ef35143 100644 --- a/mock-riscv64-configs.patch +++ b/mock-riscv64-configs.patch @@ -23,7 +23,7 @@ index 0000000..2274e24 + +config_opts['description'] = 'Fedora {{ releasever }}' +# Pull directly from Koji working repositories -+config_opts['koji_direct'] = True ++config_opts['koji_direct'] = False + +config_opts['chroot_setup_cmd'] = 'install @{% if not koji_direct %}buildsys-{% endif %}build' + @@ -103,7 +103,7 @@ index 0000000..d13336a + +config_opts['description'] = 'Fedora {{ releasever }}' +# Pull directly from Koji working repositories -+config_opts['koji_direct'] = True ++config_opts['koji_direct'] = False + +config_opts['chroot_setup_cmd'] = 'install @{% if not koji_direct %}buildsys-{% endif %}build' +