-
Notifications
You must be signed in to change notification settings - Fork 161
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 Repository URL Format should be clarified #306
Comments
|
Good point on arch/source being covered already.
A line like
With the last two listing down the relevant components and Suite/codenames as well. However, since the Release files can contain multiple components, they aren't enough on their own. We could perhaps use How about using a separate
(with spaces encoded properly as |
If resolving packages from Why not something like |
I'd prefer using
There is some overlap and confusion between the
|
It is unclear what the
repository_url
should be for a Debian Package.Debian sources uses a special Repository Format https://wiki.debian.org/DebianRepository/Format, which uses:
deb uri distribution [component1] [component2] [...]
as an example line:
deb https://deb.debian.org/debian stable main contrib non-free
.This internally translates to a Release file, which lists several Packages.(gz|xz) files for various architectures.
It is unclear which of these URLs should a PURL use.
https://deb.debian.org/debian
is ambiguous, therepository_url
should point out enough details to let the user reconstruct the actual Packages.gz file used for the install. It needs to include:But there's no standard representation for such a URL in Debian.
The text was updated successfully, but these errors were encountered: