help=_("Enable debug mode"))
parser.add_argument("--distro", nargs="?", default="ipfire3", # XXX for now
help=_("Choose the distribution configuration to use for build"))
- parser.add_argument("--disable-snapshot", action="store_true",
- help=_("Disable using snapshots"))
# build
build = subparsers.add_parser("build", help=_("Build one or more packages"))
help=_("Run a shell after a successful build"))
build.add_argument("--skip-install-test", action="store_true",
help=_("Do not perform the install test"))
+ build.add_argument("--disable-snapshot", action="store_true",
+ help=_("Disable using snapshots"))
# clean
clean = subparsers.add_parser("clean", help=_("Cleanup all temporary files"))