Don't set srpm_relative_path_root in production
This commit is contained in:
parent
3f4015d805
commit
f653714557
1 changed files with 2 additions and 0 deletions
|
@ -13,7 +13,9 @@ config = {
|
|||
"server": "http://{{ koschei_koji_hub }}/kojihub",
|
||||
"topurl": "http://{{ koschei_kojipkgs }}",
|
||||
"weburl": "http://{{ koschei_koji_web }}/koji",
|
||||
{% if env == 'staging' %}
|
||||
"srpm_relative_path_root": "../vol/prod",
|
||||
{% endif %}
|
||||
"login_method": "ssl_login",
|
||||
"login_args": {
|
||||
"cert": "/etc/koschei/koschei.pem",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue