prep for beta rc-1.5
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
888b4e9444
commit
71c03ea77a
@ -366,7 +366,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.4'
|
||||
global_release = '1.5'
|
||||
global_version = '37_Beta'
|
||||
# live_images ignores this in favor of live_target
|
||||
global_target = 'f37'
|
||||
@ -602,7 +602,22 @@ image_build = {
|
||||
'failable': ['*'],
|
||||
}
|
||||
},
|
||||
{
|
||||
'image-build': {
|
||||
'format': [('qcow2','qcow2')],
|
||||
'name': 'Fedora-Server-KVM',
|
||||
'kickstart': 'fedora-server-vm-full.ks',
|
||||
'distro': 'Fedora-22',
|
||||
'disk_size': 7,
|
||||
'arches': ['aarch64', 'ppc64le', 's390x', 'x86_64'],
|
||||
'repo': 'Everything',
|
||||
'install_tree_from': 'Everything',
|
||||
'subvariant': 'Server_KVM',
|
||||
'failable': ['*'],
|
||||
}
|
||||
},
|
||||
],
|
||||
|
||||
}
|
||||
|
||||
live_media = {
|
||||
|
Loading…
Reference in New Issue
Block a user