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_channel = 'fedora_compose'
|
||||
runroot_channel = 'compose'
|
||||
runroot_tag = 'f25-build'
|
||||
runroot_tag = 'f26-build'
|
||||
|
||||
# PKGSET
|
||||
pkgset_source = 'koji' # koji, repos
|
||||
@ -44,7 +44,7 @@ pkgset_source = 'koji' # koji, repos
|
||||
# PKGSET - KOJI
|
||||
pkgset_koji_path_prefix = '/mnt/koji/'
|
||||
pkgset_koji_url = 'http://koji.fedoraproject.org/kojihub'
|
||||
pkgset_koji_tag = 'f25'
|
||||
pkgset_koji_tag = 'f26'
|
||||
pkgset_koji_inherit = False
|
||||
|
||||
filter_system_release_packages = False
|
||||
@ -279,7 +279,7 @@ global_ksurl = 'git+https://pagure.io/fedora-kickstarts.git?#HEAD'
|
||||
global_release = None
|
||||
global_version = 'Rawhide'
|
||||
# live_images ignores this in favor of live_target
|
||||
global_target = 'f25'
|
||||
global_target = 'f26'
|
||||
|
||||
image_build = {
|
||||
'^Docker$': [
|
||||
@ -486,7 +486,7 @@ failable_deliverables = [
|
||||
})
|
||||
]
|
||||
|
||||
live_target = 'f25'
|
||||
live_target = 'f26'
|
||||
live_images_no_rename = True
|
||||
# fomat: [(variant_uid_regex, {arch|*: scm_dict})]
|
||||
live_images = [
|
||||
|
Loading…
Reference in New Issue
Block a user