Fix GIT_FOLDER for prod.
This commit is contained in:
parent
a9c6815e16
commit
26141bb5e0
1 changed files with 1 additions and 2 deletions
|
@ -63,11 +63,10 @@ fedmsg.init(name='relay_inbound', cert_prefix='shell', **config)
|
|||
|
||||
{% if env == 'staging' -%}
|
||||
PKGDB_URL = 'https://admin.stg.fedoraproject.org/pkgdb'
|
||||
GIT_FOLDER = '/srv/git/repositories/'
|
||||
{%- else -%}
|
||||
PKGDB_URL = 'https://admin.fedoraproject.org/pkgdb'
|
||||
GIT_FOLDER = '/srv/git/rpms/'
|
||||
{%- endif %}
|
||||
GIT_FOLDER = '/srv/git/repositories/'
|
||||
|
||||
MKBRANCH = '/usr/local/bin/mkbranch'
|
||||
SETUP_PACKAGE = '/usr/local/bin/setup_git_package'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue