diff options
author | Dennis Gilmore <ausil@fedoraproject.org> | 2017-05-02 13:13:51 +0000 |
---|---|---|
committer | Dennis Gilmore <ausil@fedoraproject.org> | 2017-05-02 13:13:51 +0000 |
commit | 5dc934a27baddf990d7ae8d7dd0bb1ef68468bd3 (patch) | |
tree | 7b21046dc5eec83a01e5454b396a58c6823f8e60 | |
parent | dff13eade90ea668a600887b60deb3493730443b (diff) | |
download | ansible-5dc934a27baddf990d7ae8d7dd0bb1ef68468bd3.tar.gz ansible-5dc934a27baddf990d7ae8d7dd0bb1ef68468bd3.tar.xz ansible-5dc934a27baddf990d7ae8d7dd0bb1ef68468bd3.zip |
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 <ausil@fedoraproject.org>
-rw-r--r-- | roles/koji_hub/templates/hub.conf.j2 | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/roles/koji_hub/templates/hub.conf.j2 b/roles/koji_hub/templates/hub.conf.j2 index 61f6edb54..1631be758 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 |