X Tutup
The Wayback Machine - https://web.archive.org/web/20250812234006/https://github.com/linuxmint/mintsources/pull/248
Skip to content

Draft: deb822 support #248

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

Closed
wants to merge 1 commit into from
Closed

Conversation

just-max
Copy link

@just-max just-max commented Feb 3, 2024

Very rough draft of DEB822 support using pop-os/repolib (resolves #236).

image

Best to back up your sources.list.d/ before running, repolib seems to be pretty eager to write its X-* fields back to disk.

I've combined the handling of PPAs and other repositories, since with multiple URIs per source, the distinction between PPAs and other repositories isn't clear cut anymore. I've also grouped sources by file.

Source formats are preserved (DEB822 or traditional lists).

Next steps would be adding back some missing things and finishing support: adding/removing sources, viewing PPA contents, duplicate removal for 822 sources. See the TODO notes scattered about.

Tested with the latest version of repolib (2.2.1), which isn't packaged in Mint.

@clefebvre clefebvre closed this Mar 21, 2024
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

Successfully merging this pull request may close these issues.

Support DEB822 format for source lists
2 participants
X Tutup