#653 fedora.conf: add missing comma in configs
Merged 5 years ago by mohanboddu. Opened 5 years ago by dustymabe.
dustymabe/pungi-fedora foo  into  master

file modified
+2 -2
@@ -750,7 +750,7 @@ 

  ostree = {

      "^AtomicHost$": {

          "version": '!OSTREE_VERSION_FROM_LABEL_DATE_TYPE_RESPIN',

-         "force_new_commit": True

+         "force_new_commit": True,

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

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

          "config_branch": "master",
@@ -763,7 +763,7 @@ 

      },

      "^Silverblue$": {

          "version": "!OSTREE_VERSION_FROM_LABEL_DATE_TYPE_RESPIN",

-         "force_new_commit": True

+         "force_new_commit": True,

          "treefile": "fedora-silverblue.json",

          "config_url": "https://pagure.io/workstation-ostree-config.git",

          "config_branch": "master",

no initial comment

Pull-Request has been merged by mohanboddu

5 years ago
Metadata