From: Michael Tremer Date: Wed, 8 Dec 2021 20:46:44 +0000 (+0000) Subject: pakfire-builder: build: Drop private network option X-Git-Tag: 0.9.28~845 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a00d1417ad3abf2b663cb5e6f80f9f3303fb4a46;p=pakfire.git pakfire-builder: build: Drop private network option This is always on by default and cannot be turned off. Signed-off-by: Michael Tremer --- diff --git a/src/scripts/pakfire-builder.in b/src/scripts/pakfire-builder.in index 122cef864..d11f9bc61 100644 --- a/src/scripts/pakfire-builder.in +++ b/src/scripts/pakfire-builder.in @@ -82,8 +82,6 @@ class Cli(object): 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("--private-network", action="store_true", - help=_("Disable network in container")) # clean clean = subparsers.add_parser("clean", help=_("Cleanup all temporary files"))