Skip to content

Place apt repo credentials to auth.conf

Levent Komurcu requested to merge wip/leventk/apt-sources into apertis/v2024dev1

apt_source.sh script places credentials to sources.list file. This will cause apt to generate a warning message everytime said repository is hit.

(N: Usage of apt_auth.conf(5) should be preferred over embedding login information directly in sources.list(5) entry for 'https://.......')

This change will automatically seperate credentials from sources.list file to auth.conf file

Signed-off-by: Komurcu Levent levent.komurcu@nl.bosch.com

Merge request reports