Remove some unused stuff.
Signed-off-by: Ralph Bean <rbean@redhat.com>
This commit is contained in:
parent
b0fbe564f6
commit
bf8f6e0ddb
@ -167,18 +167,6 @@ translate_paths = [
|
||||
('/mnt/koji/compose/', 'http://kojipkgs.fedoraproject.org/compose/'),
|
||||
]
|
||||
|
||||
|
||||
# These will be inherited by live_media, live_images and image_build
|
||||
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 = 'f27'
|
||||
|
||||
image_build = {}
|
||||
|
||||
live_media = {}
|
||||
|
||||
failable_deliverables = [
|
||||
('^.*$', {
|
||||
# Buildinstall can fail on any variant and any arch
|
||||
@ -189,16 +177,4 @@ failable_deliverables = [
|
||||
})
|
||||
]
|
||||
|
||||
live_target = 'f27'
|
||||
live_images_no_rename = True
|
||||
# fomat: [(variant_uid_regex, {arch|*: scm_dict})]
|
||||
live_images = [
|
||||
]
|
||||
|
||||
ostree = [
|
||||
]
|
||||
|
||||
ostree_installer = [
|
||||
]
|
||||
|
||||
koji_profile = 'compose_koji'
|
||||
|
Loading…
x
Reference in New Issue
Block a user