debian-forge/test/data/sources/org.osbuild.librepo/cases/bad-baseurl-checksum.json
Michael Vogt a36fca4b34 test: reformat json data to appease linter
This commit just ran:
```
  find -iname "*.json" -print -exec sh -c 'jq --indent 2 . {} | sponge {}' \;
```
to ensure that the new test json data from librepo is in the format
the linter expects.
2025-01-14 08:19:16 +01:00

37 lines
1.4 KiB
JSON

{
"expects": "error",
"org.osbuild.librepo": {
"items": {
"sha256:99fa21f1b67fea84dcb9b3c7f7e09a4f150095cfa7163a19d03972fd7c826f00": {
"path": "Packages/a/a",
"mirror": "0cde5945566ff3feb627eaa84e31223d2b8be54fb446222cded36fc5e5debcc2"
},
"sha256:77e6ed0bed2d720e44d77643f66b05f0eb42b06379990e5ef658ef314c415827": {
"path": "Packages/b/b",
"mirror": "0cde5945566ff3feb627eaa84e31223d2b8be54fb446222cded36fc5e5debcc2"
},
"sha256:aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa": {
"path": "Packages/c/c",
"mirror": "d68132295d14ad03bd676009c4fe8727f5040adfb91e20ac9919101d14ff4703"
},
"sha256:354fe7c89ac014ed6479bf162fa7b9e8b37eddc7e46719ebd4349699d4e92c8c": {
"path": "Packages/d/d",
"mirror": "d68132295d14ad03bd676009c4fe8727f5040adfb91e20ac9919101d14ff4703"
}
},
"options": {
"mirrors": {
"0cde5945566ff3feb627eaa84e31223d2b8be54fb446222cded36fc5e5debcc2": {
"url": "http://localhost/sources/org.osbuild.librepo/data/",
"type": "baseurl",
"name": "baseurl"
},
"d68132295d14ad03bd676009c4fe8727f5040adfb91e20ac9919101d14ff4703": {
"url": "http://localhost/sources/org.osbuild.librepo/data/updates/",
"type": "baseurl",
"name": "updates"
}
}
}
}
}