From ad9d2a06e3c36894d8b2353bf921b23ee9de487d Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Thu, 20 Jun 2019 15:07:47 +0000 Subject: [PATCH] koji_hub: fix to use the correct test. (== instead of is) Signed-off-by: Kevin Fenzi --- .../koji_hub/templates/prune-signed-copies-protected-tags.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/koji_hub/templates/prune-signed-copies-protected-tags.j2 b/roles/koji_hub/templates/prune-signed-copies-protected-tags.j2 index ad44e3a00f..199434a771 100644 --- a/roles/koji_hub/templates/prune-signed-copies-protected-tags.j2 +++ b/roles/koji_hub/templates/prune-signed-copies-protected-tags.j2 @@ -1,6 +1,6 @@ f{{ FedoraRawhideNumber }}-infra f{{ FedoraRawhideNumber }}-infra-stg -{% if FedoraBranched is true %} +{% if FedoraBranched == 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 true %} +{% if FedoraPreviousPrevious == True %} f{{ FedoraPreviousPreviousCycleNumber }}-infra f{{ FedoraPreviousPreviousCycleNumber }}-infra-stg {% endif %}