This fixes issue with regenerating dist-repos: https://pagure.io/fedora-infrastructure/issue/7332 Works around Koji bug: https://pagure.io/koji/issue/1114 >From 50d1c0ac60d39abfd194675ee40f8b5bc1c0dec5 Mon Sep 17 00:00:00 2001 From: Mikolaj Izdebski <mizdebsk@xxxxxxxxxx> Date: Fri, 26 Oct 2018 22:03:21 +0200 Subject: [PATCH] Fix regeneration of dist-repos (#7332) This is workaround for Koji bug https://pagure.io/koji/issue/1114 --- roles/bodhi2/backend/files/dist-repo-regen.py | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/bodhi2/backend/files/dist-repo-regen.py b/roles/bodhi2/backend/files/dist-repo-regen.py index a8984c776..4268b6631 100644 --- a/roles/bodhi2/backend/files/dist-repo-regen.py +++ b/roles/bodhi2/backend/files/dist-repo-regen.py @@ -68,6 +68,7 @@ for koji_env in config['tag2distrepo.tags'].keys(): 'inherit': False, 'latest': True, 'multilib': False, + 'split_debuginfo': False, 'skip_missing_signatures': False, 'allow_missing_signatures': False } -- 2.14.2 _______________________________________________ infrastructure mailing list -- infrastructure@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to infrastructure-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/infrastructure@xxxxxxxxxxxxxxxxxxxxxxx