We need to carry again a patch that I thought we no longer needed for
the koji hubs.

Patch is:

diff --color -Nur koji-1.34.1.orig/plugins/hub/kiwi.py 
koji-1.34.1/plugins/hub/kiwi.py
--- koji-1.34.1.orig/plugins/hub/kiwi.py        2024-09-12 13:52:57.631212839 
-0700
+++ koji-1.34.1/plugins/hub/kiwi.py     2024-09-12 13:54:15.472971281 -0700
@@ -17,7 +17,7 @@
 @export
 def kiwiBuild(target, arches, desc_url, desc_path, optional_arches=None, 
profile=None,
               scratch=False, priority=None, make_prep=False, repos=None, 
release=None,
-              type=None, type_attr=None, result_bundle_name_format=None, 
use_buildroot_repo=True,
+              type=None, type_attr=None, result_bundle_name_format=None, 
use_buildroot_repo=False,
               version=None, repo_releasever=None):
     context.session.assertPerm('image')
     for i in [desc_url, desc_path, profile, version, release, repo_releasever]:

basically to set the use_buildroot_repo setting to False.
We don't want to use the buildroot_repo when making images/deliverables,
because the packages from there are not signed. We want to use them from
the compose repo, which are signed.

Longer term it would be nice to adjust this upstream so we didn't have
to keep switching the default. :(

The build with this patch is:

https://koji.fedoraproject.org/koji/taskinfo?taskID=130991535

I would like to update koji01/02 with this and restart httpd there.
There are no changes for builders.

+1s?

kevin
-- 
_______________________________________________
infrastructure mailing list -- infrastructure@lists.fedoraproject.org
To unsubscribe send an email to infrastructure-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/infrastructure@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to