update rawhide for F-26
Signed-off-by: Peter Robinson <pbrobinson@fedoraproject.org>
This commit is contained in:
parent
be2e013270
commit
6ea5fb4e72
@ -32,7 +32,7 @@ hashed_directories = True
|
|||||||
runroot = True
|
runroot = True
|
||||||
#runroot_channel = 'fedora_compose'
|
#runroot_channel = 'fedora_compose'
|
||||||
runroot_channel = 'compose'
|
runroot_channel = 'compose'
|
||||||
runroot_tag = 'f25-build'
|
runroot_tag = 'f26-build'
|
||||||
|
|
||||||
# PKGSET
|
# PKGSET
|
||||||
pkgset_source = 'koji' # koji, repos
|
pkgset_source = 'koji' # koji, repos
|
||||||
@ -44,7 +44,7 @@ pkgset_source = 'koji' # koji, repos
|
|||||||
# PKGSET - KOJI
|
# PKGSET - KOJI
|
||||||
pkgset_koji_path_prefix = '/mnt/koji/'
|
pkgset_koji_path_prefix = '/mnt/koji/'
|
||||||
pkgset_koji_url = 'http://koji.fedoraproject.org/kojihub'
|
pkgset_koji_url = 'http://koji.fedoraproject.org/kojihub'
|
||||||
pkgset_koji_tag = 'f25'
|
pkgset_koji_tag = 'f26'
|
||||||
pkgset_koji_inherit = False
|
pkgset_koji_inherit = False
|
||||||
|
|
||||||
filter_system_release_packages = False
|
filter_system_release_packages = False
|
||||||
@ -279,7 +279,7 @@ global_ksurl = 'git+https://pagure.io/fedora-kickstarts.git?#HEAD'
|
|||||||
global_release = None
|
global_release = None
|
||||||
global_version = 'Rawhide'
|
global_version = 'Rawhide'
|
||||||
# live_images ignores this in favor of live_target
|
# live_images ignores this in favor of live_target
|
||||||
global_target = 'f25'
|
global_target = 'f26'
|
||||||
|
|
||||||
image_build = {
|
image_build = {
|
||||||
'^Docker$': [
|
'^Docker$': [
|
||||||
@ -486,7 +486,7 @@ failable_deliverables = [
|
|||||||
})
|
})
|
||||||
]
|
]
|
||||||
|
|
||||||
live_target = 'f25'
|
live_target = 'f26'
|
||||||
live_images_no_rename = True
|
live_images_no_rename = True
|
||||||
# fomat: [(variant_uid_regex, {arch|*: scm_dict})]
|
# fomat: [(variant_uid_regex, {arch|*: scm_dict})]
|
||||||
live_images = [
|
live_images = [
|
||||||
|
Loading…
Reference in New Issue
Block a user