the-new-hotness: Add newlines to description template - second try

Signed-off-by: Michal Konečný <mkonecny@redhat.com>
This commit is contained in:
Michal Konečný 2019-05-27 09:47:05 +02:00
parent b37182fcc8
commit 0f3f27f2b1

View file

@ -125,17 +125,17 @@ items:
bug_status = "NEW"
short_desc_template = "%(name)s-%(latest_upstream)s is available"
description_template = """
Latest upstream release: %(latest_upstream)s
Current version/release in %(repo_name)s: %(repo_version)s-%(repo_release)s
URL: %(url)s
Latest upstream release: %(latest_upstream)s\n
Current version/release in %(repo_name)s: %(repo_version)s-%(repo_release)s\n
URL: %(url)s\n
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\n
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\n
Please keep in mind that with any upstream change, there may also be packaging changes that need to be made. Specifically, please remember that it is your responsibility to review the new version to ensure that the licensing is still correct and that no non-free or legally problematic items have been added upstream.\
Please keep in mind that with any upstream change, there may also be packaging changes that need to be made. Specifically, please remember that it is your responsibility to review the new version to ensure that the licensing is still correct and that no non-free or legally problematic items have been added upstream.\n
Based on the information from anitya: https://release-monitoring.org/project/%(projectid)s/
Based on the information from anitya: https://release-monitoring.org/project/%(projectid)s/\n
"""
[consumer_config.koji]