debian-forge/sources
Michael Vogt 46db834dee sources(curl): use json like output inside of custom record
When using `--write-out` we are not using %{json} because older curl
(7.76) will write {"http_connect":000} which python cannot parse.

So we had a custom `--write-out` with `\1xc` as "record" separators
between the fields. This is a bit old-school and not very extensible
so Achilleas had the idea to still use json but "define" our own
subset via the variables that curl provides. This commit does that.
2024-07-30 11:12:03 +02:00
..
test sources(curl): use json like output inside of custom record 2024-07-30 11:12:03 +02:00
org.osbuild.containers-storage sources: transform() is only used in the curl sources, remove from ABC 2024-03-19 14:21:57 +01:00
org.osbuild.curl sources(curl): use json like output inside of custom record 2024-07-30 11:12:03 +02:00
org.osbuild.inline sources: transform() is only used in the curl sources, remove from ABC 2024-03-19 14:21:57 +01:00
org.osbuild.ostree sources: transform() is only used in the curl sources, remove from ABC 2024-03-19 14:21:57 +01:00
org.osbuild.skopeo sources: transform() is only used in the curl sources, remove from ABC 2024-03-19 14:21:57 +01:00
org.osbuild.skopeo-index sources: transform() is only used in the curl sources, remove from ABC 2024-03-19 14:21:57 +01:00