From d71139217e15ea17e6da8fb44535d671f5c6e08d Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Thu, 5 Sep 2024 11:39:16 -0700 Subject: [PATCH] bodhi: correct name of the critpath stable days setting ugh, of course with the old code this has a dumb name. Signed-off-by: Adam Williamson --- 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 a395497634..4be6890351 100644 --- a/roles/bodhi2/base/templates/production.ini.j2 +++ b/roles/bodhi2/base/templates/production.ini.j2 @@ -650,7 +650,7 @@ f{{ FedoraRawhideNumber }}.pre_beta.critpath.stable_after_days_without_negative_ # ELN gating - Updates in ELN don't require any days in testing. eln.status = pre_beta eln.pre_beta.mandatory_days_in_testing = 0 -eln.pre_beta.critpath.mandatory_days_in_testing = 0 +eln.pre_beta.critpath.stable_after_days_without_negative_karma = 0 # EPEL bootstrap - During bootstrap updates don't require any days in testing. epel{{ EPELBootstrapNumber }}.status = pre_beta