Found another missing config copy statement. This approach may not be scalable.

This commit is contained in:
Ralph Bean
2016-07-16 20:23:39 -04:00
parent c4e01cea40
commit ecd2f5ce46

View File

@@ -70,6 +70,7 @@ def from_file(filename=None):
conf.pdc_develop = default.get("pdc_develop")
conf.koji_config = default.get("koji_config")
conf.koji_profile = default.get("koji_profile")
conf.koji_arches = json.loads(default.get("koji_arches"))
conf.scmurls = json.loads(default.get("scmurls"))
conf.rpms_default_repository = default.get("rpms_default_repository")
conf.rpms_allow_repository = asbool(default.get("rpms_allow_repository"))