setup translate_path rule, fix up a couple of issues with sending image tasks
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
This commit is contained in:
parent
42ee4af8df
commit
a0f7cc3336
12
fedora.conf
12
fedora.conf
@ -216,6 +216,13 @@ createiso_skip = [
|
||||
# }),
|
||||
#]
|
||||
|
||||
|
||||
|
||||
translate_paths = [
|
||||
("/mnt/koji/compose/", "https://kojipkgs.fedoraproject.org/compose/"),
|
||||
]
|
||||
|
||||
|
||||
image_build = [
|
||||
('^Cloud$', {
|
||||
'x86_64': [
|
||||
@ -223,12 +230,10 @@ image_build = [
|
||||
'format': [('docker', 'tar.xz')]
|
||||
'name': 'Fedora-Docker-Base',
|
||||
'target': 'f24',
|
||||
'ksversion': 'F21', # value from pykickstart
|
||||
'version': 'Rawhide',
|
||||
# correct SHA1 hash will be put into the URL below automatically
|
||||
'ksurl': 'git://git.fedorahosted.org/git/spin-kickstarts.git?#HEAD',
|
||||
'kickstart': "fedora-docker-base.ks",
|
||||
'repo': [""].
|
||||
'distro': 'Fedora-20',
|
||||
'disk_size': 3
|
||||
},
|
||||
@ -236,9 +241,8 @@ image_build = [
|
||||
'format': [('qcow2','qcow2'), ('raw-xz','raw.xz')]
|
||||
'name': 'Fedora-Cloud-Base',
|
||||
'target': 'f24',
|
||||
'ksversion': 'F21', # value from pykickstart
|
||||
'version': 'Rawhide',
|
||||
'ksurl': 'https://git.fedorahosted.org/git/spin-kickstarts.git?somedirectoryifany#HEAD',
|
||||
'ksurl': 'https://git.fedorahosted.org/git/spin-kickstarts.git?#HEAD',
|
||||
'kickstart': "fedora-cloud-base.ks",
|
||||
'distro': 'Fedora-20',
|
||||
'disk_size': 3
|
||||
|
Loading…
Reference in New Issue
Block a user