From 5dc934a27baddf990d7ae8d7dd0bb1ef68468bd3 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Tue, 2 May 2017 13:13:51 +0000 Subject: [PATCH] cleanup koji hub policy remove the builds going to the eclipse channel. We are not using the calxeda builders with a mix of rust and ssd anymore. We never fully implemented the signing of the gpg keys so remove the need for special perms for fedora-repos and fedora-release Signed-off-by: Dennis Gilmore --- roles/koji_hub/templates/hub.conf.j2 | 7 ------- 1 file changed, 7 deletions(-) diff --git a/roles/koji_hub/templates/hub.conf.j2 b/roles/koji_hub/templates/hub.conf.j2 index 61f6edb54b..1631be7583 100644 --- a/roles/koji_hub/templates/hub.conf.j2 +++ b/roles/koji_hub/templates/hub.conf.j2 @@ -128,16 +128,9 @@ channel = source */kernel* && has_perm secure-boot :: use secure-boot source */shim* && has_perm secure-boot :: use secure-boot source */grub2* && has_perm secure-boot :: use secure-boot - source */fedora-release* && has_perm secure-boot :: use secure-boot - source */fedora-repos* && has_perm secure-boot :: use secure-boot source */pesign* && has_perm secure-boot :: use secure-boot source */fwupdate* && has_perm secure-boot :: use secure-boot -# we have some arm builders that have ssd's in them, eclipse is 7 hours faster building on them so lets -# make sure that we always build eclipse on them. - source */eclipse* :: use eclipse - source */gcc* :: use eclipse - all :: use default