debian-forge/test/data/sources/org.osbuild.ostree/cases/contenturl.json
Sanne Raymaekers 925ca9b41e sources/ostree: set contenturl when pulling from remote
If a contenturl is specified, the url is used only for metadata. This is
useful when the actual content is hosted separately.
2022-10-14 12:04:54 +02:00

13 lines
350 B
JSON

{
"expects": "success",
"org.osbuild.ostree": {
"items": {
"d6243b0d0ca3dc2aaef2e0eb3e9f1f4836512c2921007f124b285f7c466464d8": {
"remote": {
"url": "http://localhost/sources/org.osbuild.ostree/data/meta",
"contenturl": "http://localhost/sources/org.osbuild.ostree/data/content"
}
}
}
}
}