#1120 no more 32bit arm in f37, bump to 1.2
Merged 2 years ago by kevin. Opened 2 years ago by kevin.
Unknown source f37-beta-1.2  into  f37

file modified
+11 -11
@@ -29,7 +29,7 @@

  

  # limit tree architectures

  # if undefined, all architectures from variants.xml will be included

- tree_arches = ['aarch64', 'armhfp', 'ppc64le', 's390x', 'x86_64']

+ tree_arches = ['aarch64', 'ppc64le', 's390x', 'x86_64']

  

  # limit tree variants

  # if undefined, all variants from variants.xml will be included
@@ -313,7 +313,7 @@

  

  # These will be inherited by live_media, live_images and image_build

  global_ksurl = 'git+https://pagure.io/fedora-kickstarts.git?#origin/f37'

- global_release = '1.1'

+ global_release = '1.2'

  global_version = '37_Beta'

  # live_images ignores this in favor of live_target

  global_target = 'f37'
@@ -327,7 +327,7 @@

                      'kickstart': 'fedora-container-base.ks',

                      'distro': 'Fedora-22',

                      'disk_size': 5,

-                     'arches': ['armhfp', 'aarch64', 'ppc64le', 's390x', 'x86_64'],

+                     'arches': ['aarch64', 'ppc64le', 's390x', 'x86_64'],

                      'repo': 'Everything',

                      'install_tree_from': 'Everything',

                      'subvariant': 'Container_Base',
@@ -347,7 +347,7 @@

                      'kickstart': 'fedora-container-base-minimal.ks',

                      'distro': 'Fedora-22',

                      'disk_size': 5,

-                     'arches': ['armhfp', 'aarch64', 'ppc64le', 's390x', 'x86_64'],

+                     'arches': ['aarch64', 'ppc64le', 's390x', 'x86_64'],

                      'repo': 'Everything',

                      'install_tree_from': 'Everything',

                      'subvariant': 'Container_Minimal_Base',
@@ -468,7 +468,7 @@

                      'kickstart': 'fedora-disk-minimal.ks',

                      'distro': 'Fedora-30',

                      'disk_size': 6,

-                     'arches': ['aarch64', 'armhfp'],

+                     'arches': ['aarch64'],

                      'repo': 'Everything',

                      'install_tree_from': 'Everything',

                      'subvariant': 'Minimal',
@@ -482,7 +482,7 @@

                      'kickstart': 'fedora-disk-kde.ks',

                      'distro': 'Fedora-30',

                      'disk_size': 14,

-                     'arches': ['aarch64', 'armhfp'],

+                     'arches': ['aarch64'],

                      'repo': 'Everything',

                      'install_tree_from': 'Everything',

                      'subvariant': 'KDE',
@@ -496,7 +496,7 @@

                      'kickstart': 'fedora-disk-soas.ks',

                      'distro': 'Fedora-30',

                      'disk_size': 10,

-                     'arches': ['aarch64', 'armhfp'],

+                     'arches': ['aarch64'],

                      'repo': 'Everything',

                      'install_tree_from': 'Everything',

                      'subvariant': 'SoaS',
@@ -510,7 +510,7 @@

                      'kickstart': 'fedora-disk-xfce.ks',

                      'distro': 'Fedora-30',

                      'disk_size': 11,

-                     'arches': ['aarch64', 'armhfp'],

+                     'arches': ['aarch64'],

                      'repo': 'Everything',

                      'install_tree_from': 'Everything',

                      'subvariant': 'Xfce',
@@ -526,11 +526,11 @@

                      'kickstart': 'fedora-disk-workstation.ks',

                      'distro': 'Fedora-30',

                      'disk_size': 13,

-                     'arches': ['armhfp', 'aarch64'],

+                     'arches': ['aarch64'],

                      'repo': 'Everything',

                      'install_tree_from': 'Everything',

                      'subvariant': 'Workstation',

-                     'failable': ['armhfp'],

+                     'failable': [''],

                       }

          },

          ],
@@ -542,7 +542,7 @@

                      'kickstart': 'fedora-disk-server.ks',

                      'distro': 'Fedora-30',

                      'disk_size': 7,

-                     'arches': ['armhfp', 'aarch64'],

+                     'arches': ['aarch64'],

                      'repo': 'Server',

                      'install_tree_from': 'Server',

                      'subvariant': 'Server',

sure, let's find out the next thing we missed!

Pull-Request has been merged by kevin

2 years ago
Metadata