help=_("Build ID"))
build.add_argument("--resultdir", nargs="?",
help=_("Path were the output files should be copied to"))
+ build.add_argument("--non-interactive", action="store_false", dest="interactive",
+ help=_("Run in non-interactive mode"))
build.add_argument("--after-shell", action="store_true",
help=_("Run a shell after a successful build"))
build.add_argument("--skip-install-test", action="store_true",
p.build(
package,
build_id="%s" % ns.build_id if ns.build_id else None,
- interactive=True,
+ interactive=ns.interactive,
)
# Cleanup the temporary directory