diff --git a/assemblers/org.osbuild.ostree.commit b/assemblers/org.osbuild.ostree.commit index c1fdf5fd..60ae9830 100755 --- a/assemblers/org.osbuild.ostree.commit +++ b/assemblers/org.osbuild.ostree.commit @@ -65,6 +65,7 @@ SCHEMA = """ } """ + TOPLEVEL_DIRS = ["dev", "proc", "run", "sys", "sysroot", "var"] TOPLEVEL_LINKS = { "home": "var/home", @@ -177,7 +178,6 @@ def main(tree, output_dir, options, meta): check=True) - if __name__ == '__main__': args = json.load(sys.stdin) r = main(args["tree"], args["output_dir"], args["options"], args["meta"])