From a7a2c0232fc62ec4554d0fb01ee454907239017f Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Thu, 13 Aug 2020 20:34:16 -0700 Subject: [PATCH] bodhi: bodhi doesn't know about preenable Signed-off-by: Kevin Fenzi --- roles/bodhi2/base/templates/production.ini.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/bodhi2/base/templates/production.ini.j2 b/roles/bodhi2/base/templates/production.ini.j2 index c56cf9808b..211e126973 100644 --- a/roles/bodhi2/base/templates/production.ini.j2 +++ b/roles/bodhi2/base/templates/production.ini.j2 @@ -577,7 +577,7 @@ fedora_modular.mandatory_days_in_testing = 7 # Fedora 28 as a pre-beta, and we want it to have different rules in pre-beta and post-beta, we # could do something like this: {% if FedoraBranchedBodhi is defined and FedoraBranchedBodhi == 'preenable' %} -f{{ FedoraBranchedNumber }}.status = preenable +f{{ FedoraBranchedNumber }}.status = pre_beta f{{ FedoraBranchedNumber }}.pre_beta.mandatory_days_in_testing = 0 {% elif FedoraBranchedBodhi is defined and FedoraBranchedBodhi == 'prebeta' %} f{{ FedoraBranchedNumber }}.status = pre_beta