From 02dc5b333270309701d628219b88035e800e016c Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Wed, 18 Feb 2015 01:08:44 +0000 Subject: [PATCH] (hotness) Tighten up that bug template. --- roles/hotness/templates/hotness.py | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/roles/hotness/templates/hotness.py b/roles/hotness/templates/hotness.py index a9e1ce7e8f..cf6a46c714 100644 --- a/roles/hotness/templates/hotness.py +++ b/roles/hotness/templates/hotness.py @@ -3,20 +3,12 @@ import socket hostname = socket.gethostname().split('.', 1)[0] description_template = """Latest upstream release: %(latest_upstream)s - Current version/release in %(repo_name)s: %(repo_version)s-%(repo_release)s - URL: %(url)s +Please consult the package updates policy before you issue an update to a stable branch: https://fedoraproject.org/wiki/Updates_Policy -Please consult the package updates policy before you -issue an update to a stable branch: -https://fedoraproject.org/wiki/Updates_Policy - - -More information about the service that created this bug can be found at: - -%(explanation_url)s +More information about the service that created this bug can be found at: %(explanation_url)s """ config = {