Factory repodata with zstd
Hi, it seems since 20231113 https://download.opensuse.org/tumbleweed/repo/oss/repodata/ now publishes its repodata as .zst instead of .gz files. If you are parsing this (as I do in 3 places), it will need some adaption. On the positive side, this should allow for faster repo updates. Ciao Bernhard M.
Hi Olaf, Am Mo., 4. Dez. 2023 um 15:18 Uhr schrieb Olaf Hering <olaf@aepfle.de>:
If you are parsing this (as I do in 3 places), it will need some adaption. Is there already a MR for SLE15 to upgrade createrepo_c to 1.0.x?
There is no plan to update createrepo_c in SLE15. We could roll this change to zstd out independent of an update for SLE, as the createrepo_c actually installed on the build service backend is the one that matters. But given that it is incompatible with anything SLE15 SP2 or older, it seems too disruptive to do that right now. What do you think? Thanks, Dirk
On 16/11/2023 10.01, Bernhard M. Wiedemann via openSUSE Factory wrote:
Hi,
it seems since 20231113 https://download.opensuse.org/tumbleweed/repo/oss/repodata/ now publishes its repodata as .zst instead of .gz files.
If you are parsing this (as I do in 3 places), it will need some adaption.
For the record, here are my fixes: https://github.com/bmwiedemann/susepkginfo/commit/bce026d33eed13073461ec11f8... https://github.com/bmwiedemann/opensusearchive/commit/5e1b643cdbc1666d20bf07... https://github.com/bmwiedemann/slowroll-tools/commit/1e45a3d542f9173a354172b...
On 2023-11-16 10:01, Bernhard M. Wiedemann wrote:
it seems since 20231113 https://download.opensuse.org/tumbleweed/repo/oss/repodata/ now publishes its repodata as .zst instead of .gz files.
If you are parsing this (as I do in 3 places), it will need some adaption.
Repology also choked on this and did not update for a week, now fixed. https://repology.org/repository/opensuse_tumbleweed https://github.com/repology/repology-updater/pull/1362 Andreas
participants (4)
-
Andreas Stieger
-
Bernhard M. Wiedemann
-
Dirk Müller
-
Olaf Hering