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 <davidlt@rivosinc.com>
This commit is contained in:
David Abdurachmanov 2024-12-17 13:32:34 +02:00
parent 97363b6af9
commit 294de3233d
Signed by: davidlt
GPG Key ID: 7A5F42FAF91FACC3

View File

@ -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'
+