diff --git a/roles/openshift-apps/the-new-hotness/templates/buildconfig.yml b/roles/openshift-apps/the-new-hotness/templates/buildconfig.yml index fadf379000..8caca5784c 100644 --- a/roles/openshift-apps/the-new-hotness/templates/buildconfig.yml +++ b/roles/openshift-apps/the-new-hotness/templates/buildconfig.yml @@ -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 && \ diff --git a/roles/openshift-apps/the-new-hotness/templates/config.toml b/roles/openshift-apps/the-new-hotness/templates/config.toml index ee242eb541..9406c3c0ff 100644 --- a/roles/openshift-apps/the-new-hotness/templates/config.toml +++ b/roles/openshift-apps/the-new-hotness/templates/config.toml @@ -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