no more 32bit arm in f37, bump to 1.2
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
ad4be08407
commit
ac4ab55e68
@ -29,7 +29,7 @@ sigkeys = ['5323552A']
|
||||
|
||||
# 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 @@ translate_paths = [
|
||||
|
||||
# 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 @@ image_build = {
|
||||
'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 @@ image_build = {
|
||||
'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 @@ image_build = {
|
||||
'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 @@ image_build = {
|
||||
'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 @@ image_build = {
|
||||
'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 @@ image_build = {
|
||||
'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 @@ image_build = {
|
||||
'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 @@ image_build = {
|
||||
'kickstart': 'fedora-disk-server.ks',
|
||||
'distro': 'Fedora-30',
|
||||
'disk_size': 7,
|
||||
'arches': ['armhfp', 'aarch64'],
|
||||
'arches': ['aarch64'],
|
||||
'repo': 'Server',
|
||||
'install_tree_from': 'Server',
|
||||
'subvariant': 'Server',
|
||||
|
Loading…
Reference in New Issue
Block a user