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 chroot these is no more configuration of apt inside the chroot.
push @{$unshare_mmdebstrap_extra_args}, ("*", ['--aptopt=Acquire::http { Proxy "http://127.0.0.1:3142"; }']);
Indeed if I add this it works :). It would be great if out of the box sbuild could deal with proxies. One less step to do before buildding packages. nevertheless thanks for all your work on sbuild It is better and better with time. Fred

