[mod] tools:deploy

This commit is contained in:
fenris 2026-03-02 21:36:49 +01:00
parent 071198677e
commit a081be36b3

View file

@ -28,7 +28,7 @@ def main():
"--build-directory",
type = str,
dest = "build_directory",
default = "build",
default = "/tmp/mimir",
metavar = "<build-directory>",
help = "directory to where the build was put",
)
@ -45,7 +45,7 @@ def main():
"--recursive",
"--update",
"--verbose",
"--exclude='conf.json'",
"--exclude='*mmr.json'",
("%s/" % args.build_directory),
(
("%s" % args.target_directory)