Don't set srpm_relative_path_root in production

This commit is contained in:
Mikolaj Izdebski 2016-02-26 14:25:48 +00:00
parent 3f4015d805
commit f653714557

View file

@ -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",