Add cascade to the optional fields so if we manually override it there isn't a problem.

This commit is contained in:
Simon Quigley 2020-06-05 13:55:42 -05:00
parent 44d9368d3f
commit 5b70b9b93d

View File

@ -99,7 +99,7 @@ class Generator:
mdata_req_keys = ["name", "packaging_url", "packaging_branch",
"upload_target", "releases", "default_branch",
"type", "upstream_url", "upstream_branch"]
mdata_opt_keys = ["upstream_url", "upstream_branch"]
mdata_opt_keys = ["upstream_url", "upstream_branch", "cascade"]
mdata_sub_keys = {"NAME": "name"}
for config in mdata_conf["active_configs"]: