]> git.ipfire.org Git - pakfire.git/commitdiff
pakfire-builder: build: Drop private network option
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 8 Dec 2021 20:46:44 +0000 (20:46 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 8 Dec 2021 20:46:44 +0000 (20:46 +0000)
This is always on by default and cannot be turned off.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/scripts/pakfire-builder.in

index 122cef864720785b1b3c9d2ef23e76d9d759b510..d11f9bc6139d65d18cb179e72ab1c997e5492bb8 100644 (file)
@@ -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"))