koji_hub: fix conditionals to check true vs exists.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2019-06-20 14:57:43 +00:00
parent 304bb44d7a
commit 840e54faaf
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
f{{ FedoraRawhideNumber }}-infra
f{{ FedoraRawhideNumber }}-infra-stg
{% if FedoraBranchedBodhi is defined %}
{% if FedoraBranched is true %}
f{{ FedoraBranchedNumber}}-infra
f{{ FedoraBranchedNumber}}-infra-stg
{% endif %}
@ -8,7 +8,7 @@ f{{ FedoraCycleNumber }}-infra
f{{ FedoraCycleNumber }}-infra-stg
f{{ FedoraPreviousCycleNumber }}-infra
f{{ FedoraPreviousCycleNumber }}-infra-stg
{% if FedoraPreviousPrevious is defined %}
{% if FedoraPreviousPrevious is true %}
f{{ FedoraPreviousPreviousCycleNumber }}-infra
f{{ FedoraPreviousPreviousCycleNumber }}-infra-stg
{% endif %}