Closed felixsch closed 10 months ago
part of: https://trello.com/c/BfrlfQwR/3154-support-zst-compression-format-in-rmt Also handles: https://github.com/SUSE/rmt/pull/1045 and https://github.com/SUSE/rmt/pull/1042 fixes: https://github.com/SUSE/rmt/issues/1050
This is updating repomd_parser which now comes with zstd support and pinning gems which updates now requires ruby 2.6+ to work.
repomd_parser
ruby 2.6+
How to review this pull request:
Run bundle and see updates coming through
bundle
Check zstd support:
zstd
$ bin/rmt-cli repos custom add http://download.opensuse.org/tumbleweed/repo/oss/ tumble-oss $ bin/rmt-cli mirror repository tumble-oss # expect: Wait until it starts downloading `rpm` packages to know it successfully parsed the `primary.xml.zst` file
Thank you for reviewing this pull request! If you have questions, please do not hesitate to ask! :rocket:
Support zst compression format in RMT
part of: https://trello.com/c/BfrlfQwR/3154-support-zst-compression-format-in-rmt Also handles: https://github.com/SUSE/rmt/pull/1045 and https://github.com/SUSE/rmt/pull/1042 fixes: https://github.com/SUSE/rmt/issues/1050
This is updating
repomd_parser
which now comes with zstd support and pinning gems which updates now requiresruby 2.6+
to work.How to review this pull request:
Run
bundle
and see updates coming throughCheck
zstd
support:Thank you for reviewing this pull request! If you have questions, please do not hesitate to ask! :rocket: