openqa/dispatcher: fix up images.json.ppc64 to be valid JSON

Sigh, JSON, why must you be so generally awful.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2017-09-07 10:56:18 -07:00
parent 8969b508a8
commit f0aae3c405

View file

@ -4,162 +4,162 @@
"subvariant": "Server", "subvariant": "Server",
"type": "boot", "type": "boot",
"format": "iso", "format": "iso",
"arch": "x86_64", "arch": "x86_64"
}, },
"score": 6, "score": 6
}, },
{ {
"match": { "match": {
"subvariant": "Server", "subvariant": "Server",
"type": "dvd", "type": "dvd",
"format": "iso", "format": "iso",
"arch": "x86_64", "arch": "x86_64"
}, },
"score": 10, "score": 10
}, },
{ {
"match": { "match": {
"subvariant": "Server", "subvariant": "Server",
"type": "boot", "type": "boot",
"format": "iso", "format": "iso",
"arch": "i386", "arch": "i386"
}, },
"score": 6, "score": 6
}, },
{ {
"match": { "match": {
"subvariant": "Server", "subvariant": "Server",
"type": "dvd", "type": "dvd",
"format": "iso", "format": "iso",
"arch": "i386", "arch": "i386"
}, },
"score": 10, "score": 10
}, },
{ {
"match": { "match": {
"subvariant": "Everything", "subvariant": "Everything",
"type": "boot", "type": "boot",
"format": "iso", "format": "iso",
"arch": "x86_64", "arch": "x86_64"
}, },
"score": 8, "score": 8
}, },
{ {
"match": { "match": {
"subvariant": "Everything", "subvariant": "Everything",
"type": "boot", "type": "boot",
"format": "iso", "format": "iso",
"arch": "i386", "arch": "i386"
}, },
"score": 8, "score": 8
}, },
{ {
"match": { "match": {
"subvariant": "Workstation", "subvariant": "Workstation",
"type": "live", "type": "live",
"format": "iso", "format": "iso",
"arch": "x86_64", "arch": "x86_64"
}, }
}, },
{ {
"match": { "match": {
"subvariant": "Workstation", "subvariant": "Workstation",
"type": "boot", "type": "boot",
"format": "iso", "format": "iso",
"arch": "x86_64", "arch": "x86_64"
}, }
}, },
{ {
"match": { "match": {
"subvariant": "Workstation", "subvariant": "Workstation",
"type": "live", "type": "live",
"format": "iso", "format": "iso",
"arch": "i386", "arch": "i386"
}, }
}, },
{ {
"match": { "match": {
"subvariant": "Workstation", "subvariant": "Workstation",
"type": "boot", "type": "boot",
"format": "iso", "format": "iso",
"arch": "i386", "arch": "i386"
}, }
}, },
{ {
"match": { "match": {
"subvariant": "KDE", "subvariant": "KDE",
"type": "live", "type": "live",
"format": "iso", "format": "iso",
"arch": "x86_64", "arch": "x86_64"
}, }
}, },
{ {
"match": { "match": {
"subvariant": "KDE", "subvariant": "KDE",
"type": "live", "type": "live",
"format": "iso", "format": "iso",
"arch": "i386", "arch": "i386"
}, }
}, },
{ {
"match": { "match": {
"subvariant": "Minimal", "subvariant": "Minimal",
"type": "raw-xz", "type": "raw-xz",
"format": "raw.xz", "format": "raw.xz",
"arch": "armhfp", "arch": "armhfp"
}, },
"dkboot": True, "dkboot": True
}, },
{ {
"match": { "match": {
"subvariant": "Atomic", "subvariant": "Atomic",
"type": "dvd-ostree", "type": "dvd-ostree",
"format": "iso", "format": "iso",
"arch": "x86_64", "arch": "x86_64"
}, }
}, },
{ {
"match": { "match": {
"subvariant": "Workstation", "subvariant": "Workstation",
"type": "dvd-ostree", "type": "dvd-ostree",
"format": "iso", "format": "iso",
"arch": "x86_64", "arch": "x86_64"
}, }
}, },
{ {
"match": { "match": {
"subvariant": "Server", "subvariant": "Server",
"type": "boot", "type": "boot",
"format": "iso", "format": "iso",
"arch": "ppc64le", "arch": "ppc64le"
}, },
"score": 6, "score": 6
}, },
{ {
"match": { "match": {
"subvariant": "Server", "subvariant": "Server",
"type": "dvd", "type": "dvd",
"format": "iso", "format": "iso",
"arch": "ppc64le", "arch": "ppc64le"
}, },
"score": 10, "score": 10
}, },
{ {
"match": { "match": {
"subvariant": "Server", "subvariant": "Server",
"type": "boot", "type": "boot",
"format": "iso", "format": "iso",
"arch": "ppc64", "arch": "ppc64"
}, },
"score": 6, "score": 6
}, },
{ {
"match": { "match": {
"subvariant": "Server", "subvariant": "Server",
"type": "dvd", "type": "dvd",
"format": "iso", "format": "iso",
"arch": "ppc64", "arch": "ppc64"
}, },
"score": 10, "score": 10
}, },
] ]