From: Michael Tremer Date: Mon, 14 Jun 2021 11:06:11 +0000 (+0000) Subject: cli: Drop unused "update" command on builder X-Git-Tag: 0.9.28~1257 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=20072b1872fed4c20213af9f3da776fbcf6e83cb;p=pakfire.git cli: Drop unused "update" command on builder Signed-off-by: Michael Tremer --- diff --git a/src/pakfire/cli.py b/src/pakfire/cli.py index eb8cfb3be..06a2cfe2d 100644 --- a/src/pakfire/cli.py +++ b/src/pakfire/cli.py @@ -473,10 +473,6 @@ class CliBuilder(Cli): shell.add_argument("--private-network", action="store_true", help=_("Disable network in container")) - # update - update = subparsers.add_parser("update", help=_("Update the package indexes")) - update.set_defaults(func=self.handle_update) - return parser.parse_args() def builder(self, ns):