From 1ddafdd816b738dd766c42c09f7ecef23997d716 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Kone=C4=8Dn=C3=BD?= Date: Fri, 15 Feb 2019 10:40:37 +0100 Subject: [PATCH] the-new-hotness: Fix the name of the config file MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michal Konečný --- .../openshift-apps/the-new-hotness/templates/buildconfig.yml | 4 ++-- roles/openshift-apps/the-new-hotness/templates/configmap.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/roles/openshift-apps/the-new-hotness/templates/buildconfig.yml b/roles/openshift-apps/the-new-hotness/templates/buildconfig.yml index 31cefd03ce..e4e8139466 100644 --- a/roles/openshift-apps/the-new-hotness/templates/buildconfig.yml +++ b/roles/openshift-apps/the-new-hotness/templates/buildconfig.yml @@ -39,9 +39,9 @@ items: {% else %} git checkout production && \ {% endif %} - python3 setup.py install && \ + pip-3 install . && \ pushd hotness_schema && \ - python3 setup.py install && \ + pip-3 install . && \ rm -rf the-new-hotness EXPOSE 9940 type: Dockerfile diff --git a/roles/openshift-apps/the-new-hotness/templates/configmap.yml b/roles/openshift-apps/the-new-hotness/templates/configmap.yml index e80b22e00f..4778ae7ca1 100644 --- a/roles/openshift-apps/the-new-hotness/templates/configmap.yml +++ b/roles/openshift-apps/the-new-hotness/templates/configmap.yml @@ -10,7 +10,7 @@ items: labels: app: the-new-hotness data: - anitya.toml: |- + config.toml: |- # This file is in the TOML format. # For complete details on all configuration options, see the documentation # https://fedora-messaging.readthedocs.io/en/latest/configuration.html.