Rename the config dir to setup

master
kaiyou 6 years ago
parent f5538698d3
commit d4cc142f64

@ -21,7 +21,7 @@ def main(upstream, dest, dev=True):
if not VERSION_BRANCH.match(name): if not VERSION_BRANCH.match(name):
continue continue
branch.checkout() branch.checkout()
config_path = os.path.join(clone_path, "config") config_path = os.path.join(clone_path, "setup")
if os.path.exists(config_path): if os.path.exists(config_path):
shutil.copytree(config_path, os.path.join(dest, name)) shutil.copytree(config_path, os.path.join(dest, name))
print("Imported branch {}".format(name)) print("Imported branch {}".format(name))

Loading…
Cancel
Save