Remove some unused stuff.

Signed-off-by: Ralph Bean <rbean@redhat.com>
This commit is contained in:
Ralph Bean 2017-04-12 13:43:24 -04:00
parent b0fbe564f6
commit bf8f6e0ddb

View File

@ -167,18 +167,6 @@ translate_paths = [
('/mnt/koji/compose/', 'http://kojipkgs.fedoraproject.org/compose/'), ('/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 = [ failable_deliverables = [
('^.*$', { ('^.*$', {
# Buildinstall can fail on any variant and any arch # 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' koji_profile = 'compose_koji'