-
Notifications
You must be signed in to change notification settings - Fork 49
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
Support multiple archives #20
Comments
see: #19 (comment) as a reference request for implementation |
Would it be in the scope of chisel to suport a debian (or any other debian base distro) ? Something like:
|
@endersonmaia I'm afraid not, at least not for now. The initial support for multiple archives will only target Ubuntu archives. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently chisel fetches only from single suite archive. For example for jammy, in
sources.list
that would look like:#19 adds support for
-updates
and-security
but this is not general solution. We should follow Debian RFC822 control data format for sources[1] and instead specify archives inchisel.yaml
like so:With this we will only have to change the parser and few references to release variables and keep most of
archive.go
as it is.[1] https://manpages.debian.org/testing/apt/sources.list.5.en.html#DEB822-STYLE_FORMAT
The text was updated successfully, but these errors were encountered: