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",
"type": "boot",
"format": "iso",
"arch": "x86_64",
"arch": "x86_64"
},
"score": 6,
"score": 6
},
{
"match": {
"subvariant": "Server",
"type": "dvd",
"format": "iso",
"arch": "x86_64",
"arch": "x86_64"
},
"score": 10,
"score": 10
},
{
"match": {
"subvariant": "Server",
"type": "boot",
"format": "iso",
"arch": "i386",
"arch": "i386"
},
"score": 6,
"score": 6
},
{
"match": {
"subvariant": "Server",
"type": "dvd",
"format": "iso",
"arch": "i386",
"arch": "i386"
},
"score": 10,
"score": 10
},
{
"match": {
"subvariant": "Everything",
"type": "boot",
"format": "iso",
"arch": "x86_64",
"arch": "x86_64"
},
"score": 8,
"score": 8
},
{
"match": {
"subvariant": "Everything",
"type": "boot",
"format": "iso",
"arch": "i386",
"arch": "i386"
},
"score": 8,
"score": 8
},
{
"match": {
"subvariant": "Workstation",
"type": "live",
"format": "iso",
"arch": "x86_64",
},
"arch": "x86_64"
}
},
{
"match": {
"subvariant": "Workstation",
"type": "boot",
"format": "iso",
"arch": "x86_64",
},
"arch": "x86_64"
}
},
{
"match": {
"subvariant": "Workstation",
"type": "live",
"format": "iso",
"arch": "i386",
},
"arch": "i386"
}
},
{
"match": {
"subvariant": "Workstation",
"type": "boot",
"format": "iso",
"arch": "i386",
},
"arch": "i386"
}
},
{
"match": {
"subvariant": "KDE",
"type": "live",
"format": "iso",
"arch": "x86_64",
},
"arch": "x86_64"
}
},
{
"match": {
"subvariant": "KDE",
"type": "live",
"format": "iso",
"arch": "i386",
},
"arch": "i386"
}
},
{
"match": {
"subvariant": "Minimal",
"type": "raw-xz",
"format": "raw.xz",
"arch": "armhfp",
"arch": "armhfp"
},
"dkboot": True,
"dkboot": True
},
{
"match": {
"subvariant": "Atomic",
"type": "dvd-ostree",
"format": "iso",
"arch": "x86_64",
},
"arch": "x86_64"
}
},
{
"match": {
"subvariant": "Workstation",
"type": "dvd-ostree",
"format": "iso",
"arch": "x86_64",
},
"arch": "x86_64"
}
},
{
"match": {
"subvariant": "Server",
"type": "boot",
"format": "iso",
"arch": "ppc64le",
"arch": "ppc64le"
},
"score": 6,
"score": 6
},
{
"match": {
"subvariant": "Server",
"type": "dvd",
"format": "iso",
"arch": "ppc64le",
"arch": "ppc64le"
},
"score": 10,
"score": 10
},
{
"match": {
"subvariant": "Server",
"type": "boot",
"format": "iso",
"arch": "ppc64",
"arch": "ppc64"
},
"score": 6,
"score": 6
},
{
"match": {
"subvariant": "Server",
"type": "dvd",
"format": "iso",
"arch": "ppc64",
"arch": "ppc64"
},
"score": 10,
"score": 10
},
]