Bug#1106224: sbuild does not provision a working chroot when there is an http_proxy

2025-05-22 Thread picca
for the record here my solution $unshare_mmdebstrap_extra_args = [ "*" => [ '--aptopt=Acquire::http { Proxy "http://...";; }', '--aptopt=Acquire::https { Proxy "http://...";; }', '--customize-hook=echo "export http_proxy=http://..."; > "$1"/etc/environment',

Bug#1106224: sbuild does not provision a working chroot when there is an http_proxy

2025-05-22 Thread Jochen Sprickerhof
* picca [2025-05-22 16:58]: push @{$unshare_mmdebstrap_extra_args}, ("*", ['--aptopt=Acquire::http { Proxy "http://127.0.0.1:3142";; }']); do you know how to define the http_proxy and https_proxy via this same extra_args parameter. See mmdebstrap(1) there are examples. Please reply if t

Bug#1106224: sbuild does not provision a working chroot when there is an http_proxy

2025-05-22 Thread picca
push @{$unshare_mmdebstrap_extra_args}, ("*", ['--aptopt=Acquire::http { Proxy "http://127.0.0.1:3142";; }']); do you know how to define the http_proxy and https_proxy via this same extra_args parameter. This is something not explined in the sbuild wiki.debian.org. Cheers Fred

Bug#1106224: sbuild does not provision a working chroot when there is an http_proxy

2025-05-21 Thread picca
Le 2025-05-21 16:28, Jochen Sprickerhof a écrit : Hi Fred, Hello so it seems that at first mmdebstrap use the apt proxy in order to setup the initial chroot It seems to me that mmdebstrap generate the chroot by using the system apt which is well configure. then when it enter into the chr

Bug#1106224: sbuild does not provision a working chroot when there is an http_proxy

2025-05-21 Thread Jochen Sprickerhof
Hi Fred, * Picca Frédéric-Emmanuel [2025-05-21 15:46]: Hello, I am trying to build the nbclassic package on a computer which s behind a proxy. I need to setup apt and http_proxy in order to have something working. Here the result of sbuild the first time I try to build the package I: No tarb

Bug#1106224: sbuild does not provision a working chroot when there is an http_proxy

2025-05-21 Thread Picca Frédéric-Emmanuel
Package: sbuild Version: 0.89.2 Severity: normal X-Debbugs-Cc: pi...@debian.org Hello, I am trying to build the nbclassic package on a computer which s behind a proxy. I need to setup apt and http_proxy in order to have something working. Here the result of sbuild the first time I try to build t