From 56856cf89cb2f6e242543ad382ffdcf8add2ed82 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Tue, 1 Sep 2015 21:16:11 +0000 Subject: [PATCH] We need these messages for EPEL too. --- roles/bodhi2/base/templates/production.ini.j2 | 1 + roles/bodhi2/base/templates/staging.ini.j2 | 1 + 2 files changed, 2 insertions(+) diff --git a/roles/bodhi2/base/templates/production.ini.j2 b/roles/bodhi2/base/templates/production.ini.j2 index c77e1ed8bd..0be041a96b 100644 --- a/roles/bodhi2/base/templates/production.ini.j2 +++ b/roles/bodhi2/base/templates/production.ini.j2 @@ -40,6 +40,7 @@ newupdate_notice = testing_approval_msg = This update has reached %d days in testing and can be pushed to stable now if the maintainer wishes not_yet_tested_msg = This update has not yet met the minimum testing requirements defined in the Package Update Acceptance Criteria +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 # Libravatar - If this is true libravatar will work as normal. Otherwise, all diff --git a/roles/bodhi2/base/templates/staging.ini.j2 b/roles/bodhi2/base/templates/staging.ini.j2 index d855e476e1..14a22c2335 100644 --- a/roles/bodhi2/base/templates/staging.ini.j2 +++ b/roles/bodhi2/base/templates/staging.ini.j2 @@ -19,6 +19,7 @@ newupdate_notice = testing_approval_msg = This update has reached %d days in testing and can be pushed to stable now if the maintainer wishes not_yet_tested_msg = This update has not yet met the minimum testing requirements defined in the Package Update Acceptance Criteria +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 # Libravatar - If this is true libravatar will work as normal. Otherwise, all