From f0aae3c405ce34f607a4ba2c61ed6ec1b48edfbf Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Thu, 7 Sep 2017 10:56:18 -0700 Subject: [PATCH] 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 --- .../openqa/dispatcher/files/images.json.ppc64 | 76 +++++++++---------- 1 file changed, 38 insertions(+), 38 deletions(-) diff --git a/roles/openqa/dispatcher/files/images.json.ppc64 b/roles/openqa/dispatcher/files/images.json.ppc64 index 57035b607d..df0c8811ad 100644 --- a/roles/openqa/dispatcher/files/images.json.ppc64 +++ b/roles/openqa/dispatcher/files/images.json.ppc64 @@ -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 }, ]