From 10f031ccfb443a5c8f9de37b5e8d0c6d39bdc8a2 Mon Sep 17 00:00:00 2001 From: Luke Macken Date: Tue, 22 Dec 2015 14:35:15 +0000 Subject: [PATCH] bodhi: Update the bugzilla testing message. This syncs up our config with upstreams. https://github.com/fedora-infra/bodhi/pull/739 --- roles/bodhi2/base/templates/production.ini.j2 | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/roles/bodhi2/base/templates/production.ini.j2 b/roles/bodhi2/base/templates/production.ini.j2 index c3168839bb..866857bd6d 100644 --- a/roles/bodhi2/base/templates/production.ini.j2 +++ b/roles/bodhi2/base/templates/production.ini.j2 @@ -279,12 +279,13 @@ bugtracker = bugzilla initial_bug_msg = %s has been submitted as an update to %s. %s stable_bug_msg = %s has been pushed to the %s repository. If problems still persist, please make note of it in this bug report. testing_bug_msg = - If you want to test the update, you can install it with - $ su -c 'dnf --enablerepo=updates-testing update %s' + See https://fedoraproject.org/wiki/QA:Updates_Testing for + instructions on how to install test updates. You can provide feedback for this update here: %s + testing_bug_epel_msg = - If you want to test the update, you can install it with - $ su -c 'yum --enablerepo=epel-testing update %s' + See https://fedoraproject.org/wiki/QA:Updates_Testing for + instructions on how to install test updates. You can provide feedback for this update here: %s ##