Hey,
I checked the code behind the "Force installation of packages" option in the [Job -> Configure -> Chroot Build -> Advanced] form. The help file states that it does whatever it can to achieve the installation of packages, but in reality it just ticks the pbuilder option "--allow-untrusted"
--allow-untrusted
Allow untrusted (no key installed) and unsigned repositories. Warning: Enabling this option may allow remote attackers to compromise the system. Better use signed repositories and --keyring to add the key(s).```
Hey,
I checked the code behind the "Force installation of packages" option in the [Job -> Configure -> Chroot Build -> Advanced] form. The help file states that it does whatever it can to achieve the installation of packages, but in reality it just ticks the pbuilder option "--allow-untrusted"