remove no longer needed tmp tags

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2020-02-12 18:49:28 +00:00 committed by Pierre-Yves Chibon
parent 42d787d4f8
commit 087b2881b0

View file

@ -92,30 +92,6 @@ handlers = ["console"]
# Temporary tags
[[consumer_config.koji_instances.primary.tags]]
from = "f32-boost"
to = "f32-boost"
key = "{{ (env == 'production')|ternary('fedora-32', 'testkey') }}"
keyid = "{{ (env == 'production')|ternary('12c944d0', 'd300e724') }}"
[[consumer_config.koji_instances.primary.tags]]
from = "f32-mingw32-dwarf"
to = "f32-mingw32-dwarf"
key = "{{ (env == 'production')|ternary('fedora-32', 'testkey') }}"
keyid = "{{ (env == 'production')|ternary('12c944d0', 'd300e724') }}"
[[consumer_config.koji_instances.primary.tags]]
from = "f32-rebuild"
to = "f32-rebuild"
key = "{{ (env == 'production')|ternary('fedora-32', 'testkey') }}"
keyid = "{{ (env == 'production')|ternary('12c944d0', 'd300e724') }}"
[[consumer_config.koji_instances.primary.tags]]
from = "f32-python"
to = "f32-python"
key = "{{ (env == 'production')|ternary('fedora-32', 'testkey') }}"
keyid = "{{ (env == 'production')|ternary('12c944d0', 'd300e724') }}"
[[consumer_config.koji_instances.primary.tags]]
from = "f31-kde"
to = "f31-kde"