-
Notifications
You must be signed in to change notification settings - Fork 32
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
debian/ubuntu: fix apt sources list location #132
Conversation
7634789
to
428a8bb
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lets add smth like xx-apt --print-source-dir
?
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
related to https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax#alerts Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
eec044b
to
e39bbc8
Compare
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
e39bbc8
to
d0af07f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What's the intention behind removing the mirrors?
I'm not sure at which point it was necessary? Maybe there was some issues with main ones before? We removed it also in moby recently as it doesn't seem meaningful: moby/moby#46884 Also would need to handle apt source file correctly like 7634789#diff-f7c91877446336ef59ebfaacb472e50e4e40bbe54938f232b0fd54617eb6e7dcR35-R43 with proper domain handling to match debian or ubuntu. Let me know if you want it back. |
related to moby/moby#44735 (comment)
needs #133
Since Ubuntu Noble 24.04 and Debian Bookworm,
/etc/apt/sources.list
has moved to/etc/apt/sources.list.d/ubuntu.sources
and/etc/apt/sources.list.d/debian.sources
respectively.They also use the new deb822 format: https://repolib.readthedocs.io/en/latest/deb822-format.html