Rawhide is f31

Signed-off-by: Tomas Hrcka <thrcka@redhat.com>
This commit is contained in:
Tomas Hrcka 2019-02-19 09:00:00 +01:00
parent c7132bcc34
commit c7a648eaff

View File

@ -36,7 +36,7 @@ hashed_directories = True
# RUNROOT settings
runroot = True
runroot_channel = 'compose'
runroot_tag = 'f30-build'
runroot_tag = 'f31-build'
## PDC settings
pdc_url = 'https://pdc.fedoraproject.org/rest_api/v1'
@ -52,7 +52,7 @@ pkgset_source = 'koji' # koji, repos
# pkgset_repos = {}
# PKGSET - KOJI
pkgset_koji_tag = 'f30'
pkgset_koji_tag = 'f31'
pkgset_koji_inherit = False
filter_system_release_packages = False
@ -305,7 +305,7 @@ global_ksurl = 'git+https://pagure.io/fedora-kickstarts.git?#HEAD'
global_release = '!RELEASE_FROM_LABEL_DATE_TYPE_RESPIN'
global_version = 'Rawhide'
# live_images ignores this in favor of live_target
global_target = 'f30'
global_target = 'f31'
image_build = {
'^Container$': [
@ -325,7 +325,7 @@ image_build = {
'factory-parameters': {
'dockerversion': "1.10.1",
'docker_cmd': '[ "/bin/bash" ]',
'docker_env': '[ "DISTTAG=f30container", "FGC=f30" ]',
'docker_env': '[ "DISTTAG=f31container", "FGC=f31" ]',
'docker_label': '{ "name": "fedora", "license": "MIT", "vendor": "Fedora Project", "version": "30"}',
},
},
@ -345,7 +345,7 @@ image_build = {
'factory-parameters': {
'dockerversion': "1.10.1",
'docker_cmd': '[ "/bin/bash" ]',
'docker_env': '[ "DISTTAG=f30container", "FGC=f30" ]',
'docker_env': '[ "DISTTAG=f31container", "FGC=f31" ]',
'docker_label': '{ "name": "fedora", "license": "MIT", "vendor": "Fedora Project", "version": "30"}',
},
}
@ -634,7 +634,7 @@ failable_deliverables = [
})
]
live_target = 'f30'
live_target = 'f31'
live_images_no_rename = True
# fomat: [(variant_uid_regex, {arch|*: scm_dict})]
live_images = [