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
This commit is contained in:
parent
21f53bc718
commit
b83bfb9417
1 changed files with 3 additions and 0 deletions
|
@ -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 <a href="https://fedoraproject.org/wiki/EPEL_Updates_Policy">EPEL Updates Policy</a>
|
||||
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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue