Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Support for apt_auth.conf for PRODUCT_EXTRA_SOURCES #97

Open
CanNuhlar opened this issue Sep 12, 2023 · 1 comment
Open

Add Support for apt_auth.conf for PRODUCT_EXTRA_SOURCES #97

CanNuhlar opened this issue Sep 12, 2023 · 1 comment

Comments

@CanNuhlar
Copy link

CanNuhlar commented Sep 12, 2023

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.

@amikan
Copy link
Collaborator

amikan commented Sep 21, 2023

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

P.S. what is PRODUCT_EXTRA_SOURCES?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants