[the-new-hotness] Update notification template
Updating for staging with the latest changes https://github.com/fedora-infra/the-new-hotness/pull/455 Signed-off-by: Michal Konečný <mkonecny@redhat.com>
This commit is contained in:
parent
587bbd59f7
commit
f39ca74d9c
1 changed files with 3 additions and 3 deletions
|
@ -107,14 +107,11 @@ short_desc_template = "%(name)s-%(latest_upstream)s is available"
|
||||||
description_template = """
|
description_template = """
|
||||||
{% if env == "staging" %}
|
{% if env == "staging" %}
|
||||||
Releases retrieved: %(retrieved_versions)s
|
Releases retrieved: %(retrieved_versions)s
|
||||||
|
|
||||||
Upstream release that is considered latest: %(latest_upstream)s
|
Upstream release that is considered latest: %(latest_upstream)s
|
||||||
{% else %}
|
{% else %}
|
||||||
Latest upstream release: %(latest_upstream)s
|
Latest upstream release: %(latest_upstream)s
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
Current version/release in %(repo_name)s: %(repo_version)s-%(repo_release)s
|
Current version/release in %(repo_name)s: %(repo_version)s-%(repo_release)s
|
||||||
|
|
||||||
URL: %(url)s
|
URL: %(url)s
|
||||||
|
|
||||||
Please consult the package updates policy before you issue an update to a stable branch: https://docs.fedoraproject.org/en-US/fesco/Updates_Policy/\n
|
Please consult the package updates policy before you issue an update to a stable branch: https://docs.fedoraproject.org/en-US/fesco/Updates_Policy/\n
|
||||||
|
@ -125,6 +122,9 @@ Please keep in mind that with any upstream change, there may also be packaging c
|
||||||
|
|
||||||
{% if env == "staging" %}
|
{% if env == "staging" %}
|
||||||
Based on the information from Anitya: https://stg.release-monitoring.org/project/%(projectid)s/\n
|
Based on the information from Anitya: https://stg.release-monitoring.org/project/%(projectid)s/\n
|
||||||
|
|
||||||
|
To change the monitoring settings for the project, please visit:
|
||||||
|
%(dist_git_url)s
|
||||||
{% else %}
|
{% else %}
|
||||||
Based on the information from Anitya: https://release-monitoring.org/project/%(projectid)s/\n
|
Based on the information from Anitya: https://release-monitoring.org/project/%(projectid)s/\n
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue