You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello @CanNuhlar,
On which side do you need to have repo authentication: on the target itself or during the build?
If first, you can just create a package with some /etc/apt/auth.conf or /etc/apt/auth.conf.d/*.conf to be installed on the target.
If second, you can put credentials in your sources.list like deb http://<user>:<password>@your.server/customdistro etc or with DISTRO_APT_PREMIRRORS hack described in https://groups.google.com/g/isar-users/c/XdTwvJHV07I/m/xwviSvQLAgAJ
Currently isar expects an anonymous apt repository to be able to fetch custom debian package feed.
A mechanism that can use
https://manpages.debian.org/testing/apt/apt_auth.conf.5.en.html
is missing.The text was updated successfully, but these errors were encountered: