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',
* 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
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
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
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
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
6 matches
Mail list logo