#295 rawhide: atomic: use new json file name
Merged 6 years ago by mohanboddu. Opened 6 years ago by dustymabe.
dustymabe/pungi-fedora dusty-rawhide  into  master

file modified
+3 -3
@@ -710,7 +710,7 @@ 

      ("^Atomic$", {

          "aarch64": {

              "version": '!OSTREE_VERSION_FROM_LABEL_DATE_TYPE_RESPIN',

-             "treefile": "fedora-atomic-docker-host.json",

+             "treefile": "fedora-atomic-host.json",

              "config_url": "https://pagure.io/fedora-atomic.git",

              "config_branch": "master",

              "repo": "Everything",
@@ -719,7 +719,7 @@ 

          },

          "x86_64": {

              "version": "!OSTREE_VERSION_FROM_LABEL_DATE_TYPE_RESPIN",

-             "treefile": "fedora-atomic-docker-host.json",

+             "treefile": "fedora-atomic-host.json",

              "config_url": "https://pagure.io/fedora-atomic.git",

              "config_branch": "master",

              "repo": "Everything",
@@ -728,7 +728,7 @@ 

          },

          "ppc64le": {

              "version": "!OSTREE_VERSION_FROM_LABEL_DATE_TYPE_RESPIN",

-             "treefile": "fedora-atomic-docker-host.json",

+             "treefile": "fedora-atomic-host.json",

              "config_url": "https://pagure.io/fedora-atomic.git",

              "config_branch": "master",

              "repo": "Everything",

We removed docker from the filename.

Signed-off-by: Dusty Mabe dusty@dustymabe.com

Pull-Request has been merged by mohanboddu

6 years ago
Metadata