#171 update pungi configs for fedora 26 atomic
Merged 7 years ago by ausil. Opened 7 years ago by dustymabe.
dustymabe/pungi-fedora dusty-f26-fix-atomic  into  f26

file modified
+5 -1
@@ -644,6 +644,7 @@ 

          "aarch64": {

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

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

+             "config_branch": "f26",

              "source_repo_from": "Everything",

              "ostree_repo": "/mnt/koji/compose/atomic/26/",

              'failable': ['*'],
@@ -651,6 +652,7 @@ 

          "x86_64": {

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

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

+             "config_branch": "f26",

              "source_repo_from": "Everything",

              "ostree_repo": "/mnt/koji/compose/atomic/26/",

              'failable': ['*'],
@@ -660,6 +662,7 @@ 

          "x86_64": {

              "treefile": "fedora-ostree-workstation.json",

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

+             "config_branch": "f26",

              "source_repo_from": "Workstation",

              "ostree_repo": "/mnt/koji/compose/ostree/26/",

              'failable': ['*'],
@@ -672,6 +675,7 @@ 

          "x86_64": {

              "source_repo_from": "Everything",

              "release": None,

+             "rootfs_size": "3",

              "installpkgs": ["fedora-productimg-atomic"],

              "add_template": ["atomic-installer/lorax-configure-repo.tmpl"],

              "add_template_var": [
@@ -680,7 +684,7 @@ 

              ],

              "add_arch_template": ["atomic-installer/lorax-embed-repo.tmpl"],

              "add_arch_template_var": [

-                 "ostree_repo=https://kojipkgs.fedoraproject.org/compose/atomic/rawhide/",

+                 "ostree_repo=https://kojipkgs.fedoraproject.org/compose/atomic/26/",

                  "ostree_osname=fedora-atomic",

                  "ostree_ref=fedora/26/x86_64/atomic-host",

              ]

actually, please don't merge yet

1 new commit added

  • atomic: increase rootfs size for lorax runs
7 years ago

Pull-Request has been merged by ausil

7 years ago
Metadata