Skip to content

Place apt repo credentials to auth.conf

Levent Komurcu requested to merge (removed):apertis/v2023dev2 into apertis/v2023pre

apt_source.sh script places credentials to sources.list file. This will cause apt to generate a warning message everytime said repositoryis 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

Merge request reports