From: Mark Wooding Date: Tue, 18 Jun 2024 22:36:17 +0000 (+0100) Subject: bin/chroot-maint: Set HTTPS proxy along with the HTTP proxy. X-Git-Url: https://git.distorted.org.uk/~mdw/distorted-chroot/commitdiff_plain/1cad1a5de1e7fe98ca43eff6d36da636792d1edd bin/chroot-maint: Set HTTPS proxy along with the HTTP proxy. --- diff --git a/bin/chroot-maint b/bin/chroot-maint index fbd45e3..70a028a 100755 --- a/bin/chroot-maint +++ b/bin/chroot-maint @@ -2810,7 +2810,7 @@ with toplevel_handler(): FRESH = parse_fresh(OPT.fresh) SCHED = JobScheduler(rfd, wfd, njobs) - OS.environ["http_proxy"] = C.PROXY + OS.environ["http_proxy"] = OS.environ["https_proxy"] = C.PROXY jobs = [] if not args: OPTIONS.print_usage(SYS.stderr); SYS.exit(2)