From 4ba125e393483f8cd7708b3651984942b58c2ac0 Mon Sep 17 00:00:00 2001 From: Tom Gundersen Date: Sun, 29 Sep 2019 16:39:44 +0200 Subject: [PATCH] pipeline: stop naming pipelines This key carries no information and is never used anywhere. The json files are not meant to be human readable, so simply drop this. Signed-off-by: Tom Gundersen --- samples/base-from-yum.json | 2 -- samples/base-qcow2.json | 1 - samples/base.json | 1 - samples/build-from-yum.json | 1 - samples/noop.json | 1 - test/pipelines/f30-boot.json | 2 -- test/pipelines/firewall.json | 1 - test/pipelines/locale.json | 1 - test/pipelines/timezone.json | 1 - 9 files changed, 11 deletions(-) diff --git a/samples/base-from-yum.json b/samples/base-from-yum.json index a786c99a..fceec2d8 100644 --- a/samples/base-from-yum.json +++ b/samples/base-from-yum.json @@ -1,7 +1,5 @@ { - "name": "base", "build": { - "name": "build", "stages": [ { "name": "org.osbuild.yum", diff --git a/samples/base-qcow2.json b/samples/base-qcow2.json index d4325266..c3f0c94b 100644 --- a/samples/base-qcow2.json +++ b/samples/base-qcow2.json @@ -1,5 +1,4 @@ { - "name": "base-qcow2", "stages": [ { "name": "org.osbuild.dnf", diff --git a/samples/base.json b/samples/base.json index 9ae42f1b..2fe44b36 100644 --- a/samples/base.json +++ b/samples/base.json @@ -1,5 +1,4 @@ { - "name": "base", "stages": [ { "name": "org.osbuild.dnf", diff --git a/samples/build-from-yum.json b/samples/build-from-yum.json index 34a5922b..2e01cc4f 100644 --- a/samples/build-from-yum.json +++ b/samples/build-from-yum.json @@ -1,5 +1,4 @@ { - "name": "build-from-yum", "stages": [ { "name": "org.osbuild.yum", diff --git a/samples/noop.json b/samples/noop.json index 62c2d56c..72e855c2 100644 --- a/samples/noop.json +++ b/samples/noop.json @@ -1,5 +1,4 @@ { - "name": "noop", "stages": [ { "name": "org.osbuild.noop" diff --git a/test/pipelines/f30-boot.json b/test/pipelines/f30-boot.json index 53beb04b..3af0bcd8 100644 --- a/test/pipelines/f30-boot.json +++ b/test/pipelines/f30-boot.json @@ -1,7 +1,5 @@ { - "name": "f30-boot", "build": { - "name": "f30-build", "stages": [ { "name": "org.osbuild.dnf", diff --git a/test/pipelines/firewall.json b/test/pipelines/firewall.json index 2687aa40..c7c82526 100644 --- a/test/pipelines/firewall.json +++ b/test/pipelines/firewall.json @@ -1,5 +1,4 @@ { - "name": "Example Image", "stages": [ { "name": "org.osbuild.dnf", diff --git a/test/pipelines/locale.json b/test/pipelines/locale.json index 0e7937cb..e176be51 100644 --- a/test/pipelines/locale.json +++ b/test/pipelines/locale.json @@ -1,5 +1,4 @@ { - "name": "Example Image", "stages": [ { "name": "org.osbuild.dnf", diff --git a/test/pipelines/timezone.json b/test/pipelines/timezone.json index ec204ad0..34800a4a 100644 --- a/test/pipelines/timezone.json +++ b/test/pipelines/timezone.json @@ -1,5 +1,4 @@ { - "name": "Example Image", "stages": [ { "name": "org.osbuild.dnf",