OSBS: fixing osbs.conf syntax and remove vendor variable

Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
Clement Verna 2018-11-30 13:45:54 +01:00
parent 248757a532
commit 6e716ea950
2 changed files with 1 additions and 2 deletions

View file

@ -34,7 +34,6 @@ osbs_worker_service_accounts:
osbs_conf_sources_command: fedpkg sources
osbs_conf_vendor: Fedora Project
osbs_orchestrator_cpu_limitrange: "95m"

View file

@ -47,7 +47,7 @@ source_registry_uri = {{ osbs_source_registry_uri }}
sources_command = {{ osbs_sources_command }}
{% if osbs_vendor %}
vendor = {{ osbs_vendor }}
{% endif %}}
{% endif %}
{% endfor %}
{% endfor %}