You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently chisel fetches only from single suite archive. For example for jammy, in sources.list that would look like:
deb http://archive.ubuntu.com/ubuntu/ jammy main universe
#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 in chisel.yaml like so:
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: