[mod] tools:deploy
This commit is contained in:
parent
071198677e
commit
a081be36b3
|
|
@ -28,7 +28,7 @@ def main():
|
||||||
"--build-directory",
|
"--build-directory",
|
||||||
type = str,
|
type = str,
|
||||||
dest = "build_directory",
|
dest = "build_directory",
|
||||||
default = "build",
|
default = "/tmp/mimir",
|
||||||
metavar = "<build-directory>",
|
metavar = "<build-directory>",
|
||||||
help = "directory to where the build was put",
|
help = "directory to where the build was put",
|
||||||
)
|
)
|
||||||
|
|
@ -45,7 +45,7 @@ def main():
|
||||||
"--recursive",
|
"--recursive",
|
||||||
"--update",
|
"--update",
|
||||||
"--verbose",
|
"--verbose",
|
||||||
"--exclude='conf.json'",
|
"--exclude='*mmr.json'",
|
||||||
("%s/" % args.build_directory),
|
("%s/" % args.build_directory),
|
||||||
(
|
(
|
||||||
("%s" % args.target_directory)
|
("%s" % args.target_directory)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue