mirror of
https://github.com/drasko/codezero.git
synced 2026-01-15 04:13:16 +01:00
Further enhancements to configuration simplification
This commit is contained in:
@@ -39,6 +39,7 @@ def add_container_constraint(cid):
|
||||
return cml_string
|
||||
|
||||
def generate_container_cml(arch, ncont):
|
||||
print "Autogenerating new rule file"
|
||||
fbody = ""
|
||||
with open(join(CML2_CONFIG_SRCDIR, arch + '.ruleset')) as in_ruleset:
|
||||
fbody += in_ruleset.read()
|
||||
|
||||
Reference in New Issue
Block a user