Fix GIT_FOLDER for prod.

This commit is contained in:
Ralph Bean 2015-12-17 16:37:04 +00:00
parent a9c6815e16
commit 26141bb5e0

View file

@ -63,11 +63,10 @@ fedmsg.init(name='relay_inbound', cert_prefix='shell', **config)
{% if env == 'staging' -%} {% if env == 'staging' -%}
PKGDB_URL = 'https://admin.stg.fedoraproject.org/pkgdb' PKGDB_URL = 'https://admin.stg.fedoraproject.org/pkgdb'
GIT_FOLDER = '/srv/git/repositories/'
{%- else -%} {%- else -%}
PKGDB_URL = 'https://admin.fedoraproject.org/pkgdb' PKGDB_URL = 'https://admin.fedoraproject.org/pkgdb'
GIT_FOLDER = '/srv/git/rpms/'
{%- endif %} {%- endif %}
GIT_FOLDER = '/srv/git/repositories/'
MKBRANCH = '/usr/local/bin/mkbranch' MKBRANCH = '/usr/local/bin/mkbranch'
SETUP_PACKAGE = '/usr/local/bin/setup_git_package' SETUP_PACKAGE = '/usr/local/bin/setup_git_package'