Place apt repo credentials to auth.conf
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
Activity
- Resolved by Levent Komurcu
- Resolved by Levent Komurcu
added 1 commit
- 7aad52ed - Create the temp source list file the proper way
- Resolved by Levent Komurcu
It looks much better now! Thanks for addressing all my comments so quickly.
The only remaining thing is to rebase this on top of v2023pre and edit that target branch of the MR to be also v2023pre, which is our current preview release. The release v2023dev2 is an old one.
added 48 commits
-
7aad52ed...35fcc858 - 44 commits from branch
infrastructure:apertis/v2023pre
- cac4a0de - Place apt repo credentials to auth.conf
- 653046ec - Update apt_source.sh
- 95932811 - Create the temp source list file the proper way
- 25a98378 - Merge branch 'apertis/v2023dev2' of...
Toggle commit list-
7aad52ed...35fcc858 - 44 commits from branch
- Resolved by Levent Komurcu
Hopefully ok now
- Resolved by Levent Komurcu
Hi Walter,
I have just checked and added another commit to fix the bug that i have created during the review. After this everything seems to be in order. I would appreciate if you can pull it in now.
Edited by Levent Komurcu