A different filename.

This commit is contained in:
Ralph Bean 2018-05-10 13:29:07 +00:00
parent ae5cbb4fc9
commit 7a4769506d

View file

@ -13,7 +13,7 @@ data:
POLICIES_DIR = '/etc/greenwave/'
{% if env == 'staging' %}
DIST_GIT_BASE_URL = 'https://src.stg.fedoraproject.org'
DIST_GIT_URL_TEMPLATE = '{DIST_GIT_BASE_URL}/rpms/{pkg_name}/raw/{rev}/f/greenwave.yaml'
DIST_GIT_URL_TEMPLATE = '{DIST_GIT_BASE_URL}/rpms/{pkg_name}/raw/{rev}/f/gating.yaml'
KOJI_BASE_URL = 'https://koji.stg.fedoraproject.org/kojihub'
SECRET_KEY = '{{stg_greenwave_secret_key}}'