[the-new-hotness] Apply changes to configuration for staging

Update the message template to latest version.
Schema is no longer part of the-new-hotness repository, they are installed by
pip instead.

Signed-off-by: Michal Konečný <mkonecny@redhat.com>
This commit is contained in:
Michal Konečný 2022-05-05 17:53:00 +02:00
parent f8e34681a9
commit 5d8b5f7bb1
2 changed files with 9 additions and 1 deletions

View file

@ -33,9 +33,9 @@ items:
git checkout staging && \
{% else %}
git checkout production && \
{% endif %}
pip-3 install . && \
pushd hotness_schema && \
{% endif %}
pip-3 install . && \
rm -rf the-new-hotness
RUN rm -f /etc/krb5.conf && \

View file

@ -104,8 +104,16 @@ keywords = "FutureFeature,Triaged"
bug_status = "NEW"
short_desc_template = "%(name)s-%(latest_upstream)s is available"
description_template = """
{% if env == "staging" %}
Releases retrieved: %(retrieved_versions)s
Upstream release that is considered latest: %(latest_upstream)s
{% else %}
Latest upstream release: %(latest_upstream)s
{% endif %}
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://docs.fedoraproject.org/en-US/fesco/Updates_Policy/\n