lb --version 1:20170213
Hello, I put in config/archives/ a file mono.key.chroot and mono.list.chroot the mono.list.chroot contain : deb https://download.mono-project.com/repo/debian stretch main I have add in auto/config the line --debootstrap-options "--include=apt-transport-https,ca- certificates,openssl" \ But when I run sudo lb build, it try to access to mono repository and I get the following error Reading package lists... E: The method driver /usr/lib/apt/methods/https could not be found. E: Failed to fetch https://download.mono-project.com/repo/debian/dists/ stretch/InRelease E: Some index files failed to download. They have been ignored, or old ones used instead. P: Begin unmounting filesystems... P: Saving caches... Reading package lists... Building dependency tree... My question is why deboostrap use *.chroot repositories, they should be used in chroot stage, and have you a solution for adding the mono.list.chroot only in chroot stage after apt-transport-https is installed. Thanks Christophe KOEHLER