From b83bfb94171ca5b00d844874a7f0f1ba899b8ee5 Mon Sep 17 00:00:00 2001 From: Randy Barlow Date: Sat, 8 Oct 2016 01:53:12 +0000 Subject: [PATCH] Add some missing settings to Bodhi's production.ini. testing_approval_msg_based_on_karma and not_yet_tested_msg_based_on_karma were both missing from Bodhi's production.ini file, which was causing these two issues: https://pagure.io/fedora-infrastructure/issue/5515 https://github.com/fedora-infra/bodhi/issues/1009 --- roles/bodhi2/base/templates/production.ini.j2 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/roles/bodhi2/base/templates/production.ini.j2 b/roles/bodhi2/base/templates/production.ini.j2 index b3d6d0218a..a172e25e55 100644 --- a/roles/bodhi2/base/templates/production.ini.j2 +++ b/roles/bodhi2/base/templates/production.ini.j2 @@ -43,6 +43,9 @@ not_yet_tested_msg = This update has not yet met the minimum testing requirement not_yet_tested_epel_msg = This update has not yet met the minimum testing requirements defined in the EPEL Updates Policy stablekarma_comment = This update has reached the stable karma threshold and will be pushed to the stable updates repository +testing_approval_msg_based_on_karma = This update has reached the stable karma threshold and can be pushed to stable now if the maintainer wishes. +not_yet_tested_msg_based_on_karma = This update has not reached the stable karma threshold. + # Libravatar - If this is true libravatar will work as normal. Otherwise, all # libravatar links will be replaced with the string "libravatar.org" so that # the tests can still pass.