set subvariants for all images
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
This commit is contained in:
parent
95b4299b66
commit
fa85694cef
116
fedora.conf
116
fedora.conf
@ -289,8 +289,9 @@ image_build = {
|
||||
'distro': 'Fedora-20',
|
||||
'disk_size': 3,
|
||||
'arches': ['x86_64'],
|
||||
'repo_from': 'Cloud'
|
||||
'install_tree_from': 'Cloud'
|
||||
'repo_from': 'Cloud',
|
||||
'install_tree_from': 'Cloud',
|
||||
'subvariant': 'Docker'
|
||||
}
|
||||
}
|
||||
],
|
||||
@ -307,8 +308,9 @@ image_build = {
|
||||
'distro': 'Fedora-20',
|
||||
'disk_size': 3,
|
||||
'arches': ['x86_64', 'i386'],
|
||||
'repo_from': 'Cloud'
|
||||
'install_tree_from': 'Cloud'
|
||||
'repo_from': 'Cloud',
|
||||
'install_tree_from': 'Cloud',
|
||||
'subvariant': 'Cloud_Base'
|
||||
}
|
||||
},
|
||||
{
|
||||
@ -323,8 +325,9 @@ image_build = {
|
||||
'distro': 'Fedora-20',
|
||||
'disk_size': 40,
|
||||
'arches': ['x86_64', 'i386'],
|
||||
'repo_from': 'Cloud'
|
||||
'install_tree_from': 'Cloud'
|
||||
'repo_from': 'Cloud',
|
||||
'install_tree_from': 'Cloud',
|
||||
'subvariant': 'Cloud_Base-Vagrant'
|
||||
}
|
||||
}
|
||||
],
|
||||
@ -342,7 +345,9 @@ live_media = {
|
||||
'name': 'Fedora-Workstation-Live',
|
||||
'kickstart': "fedora-live-workstation.ks",
|
||||
'arches': ['x86_64', 'i386'],
|
||||
'repo_from': 'Everything'
|
||||
'repo_from': 'Everything',
|
||||
'subvariant': 'Workstation'
|
||||
|
||||
}
|
||||
],
|
||||
'^Spins': [
|
||||
@ -350,43 +355,50 @@ live_media = {
|
||||
'name': 'Fedora-KDE-Live',
|
||||
'kickstart': "fedora-live-kde.ks",
|
||||
'arches': ['x86_64', 'i386'],
|
||||
'repo_from': 'Everything'
|
||||
'install_tree_from': 'Everything'
|
||||
'repo_from': 'Everything',
|
||||
'install_tree_from': 'Everything',
|
||||
'subvariant': 'KDE'
|
||||
|
||||
},
|
||||
{
|
||||
'name': 'Fedora-Xfce-Live',
|
||||
'kickstart': "fedora-live-xfce.ks",
|
||||
'arches': ['x86_64', 'i386'],
|
||||
'repo_from': 'Everything'
|
||||
'install_tree_from': 'Everything'
|
||||
'repo_from': 'Everything',
|
||||
'install_tree_from': 'Everything',
|
||||
'subvariant': 'Xfce'
|
||||
},
|
||||
{
|
||||
'name': 'Fedora-SoaS-Live',
|
||||
'kickstart': "fedora-live-soas.ks",
|
||||
'arches': ['x86_64', 'i386'],
|
||||
'repo_from': 'Everything'
|
||||
'install_tree_from': 'Everything'
|
||||
'repo_from': 'Everything',
|
||||
'install_tree_from': 'Everything',
|
||||
'subvariant': 'SoaS'
|
||||
},
|
||||
{
|
||||
'name': 'Fedora-Cinnamon-Live',
|
||||
'kickstart': "fedora-live-cinnamon.ks",
|
||||
'arches': ['x86_64', 'i386'],
|
||||
'repo_from': 'Everything'
|
||||
'install_tree_from': 'Everything'
|
||||
'repo_from': 'Everything',
|
||||
'install_tree_from': 'Everything',
|
||||
'subvariant': 'Cinnamon'
|
||||
},
|
||||
{
|
||||
'name': 'Fedora-LXDE-Live',
|
||||
'kickstart': "fedora-live-lxde.ks",
|
||||
'arches': ['x86_64', 'i386'],
|
||||
'repo_from': 'Everything'
|
||||
'install_tree_from': 'Everything'
|
||||
'repo_from': 'Everything',
|
||||
'install_tree_from': 'Everything',
|
||||
'subvariant': 'LXDE'
|
||||
},
|
||||
{
|
||||
'name': 'Fedora-MATE_Compiz-Live',
|
||||
'kickstart': "fedora-live-mate_compiz.ks",
|
||||
'arches': ['x86_64', 'i386'],
|
||||
'repo_from': 'Everything'
|
||||
'install_tree_from': 'Everything'
|
||||
'repo_from': 'Everything',
|
||||
'install_tree_from': 'Everything',
|
||||
'subvariant': 'Mate'
|
||||
}
|
||||
],
|
||||
'^Labs$': [
|
||||
@ -394,50 +406,57 @@ live_media = {
|
||||
'name': 'Fedora-Astronomy_KDE-Live',
|
||||
'kickstart': "fedora-live-astronomy_kde.ks",
|
||||
'arches': ['x86_64', 'i386'],
|
||||
'repo_from': 'Everything'
|
||||
'install_tree_from': 'Everything'
|
||||
'repo_from': 'Everything',
|
||||
'install_tree_from': 'Everything',
|
||||
'subvariant': 'Astronomy_KDE'
|
||||
},
|
||||
{
|
||||
'name': 'Fedora-Design_suite-Live',
|
||||
'kickstart': "fedora-live-design_suite.ks",
|
||||
'arches': ['x86_64', 'i386'],
|
||||
'repo_from': 'Everything'
|
||||
'install_tree_from': 'Everything'
|
||||
'repo_from': 'Everything',
|
||||
'install_tree_from': 'Everything',
|
||||
'subvariant': 'Design_suite'
|
||||
},
|
||||
{
|
||||
'name': 'Fedora-Scientific_KDE-Live',
|
||||
'kickstart': "fedora-live-scientific_kde.ks",
|
||||
'arches': ['x86_64', 'i386'],
|
||||
'repo_from': 'Everything'
|
||||
'install_tree_from': 'Everything'
|
||||
'repo_from': 'Everything',
|
||||
'install_tree_from': 'Everything',
|
||||
'subvariant': 'Scientific_KDE'
|
||||
},
|
||||
{
|
||||
'name': 'Fedora-Games-Live',
|
||||
'kickstart': "fedora-live-games.ks",
|
||||
'arches': ['x86_64', 'i386'],
|
||||
'repo_from': 'Everything'
|
||||
'install_tree_from': 'Everything'
|
||||
'repo_from': 'Everything',
|
||||
'install_tree_from': 'Everything',
|
||||
'subvariant': 'Games'
|
||||
},
|
||||
{
|
||||
'name': 'Fedora-Security-Live',
|
||||
'kickstart': "fedora-live-security.ks",
|
||||
'arches': ['x86_64', 'i386'],
|
||||
'repo_from': 'Everything'
|
||||
'install_tree_from': 'Everything'
|
||||
'repo_from': 'Everything',
|
||||
'install_tree_from': 'Everything',
|
||||
'subvariant': 'Security'
|
||||
},
|
||||
{
|
||||
'name': 'Fedora-Jam_KDE-Live',
|
||||
'kickstart': "fedora-live-jam_kde.ks",
|
||||
'arches': ['x86_64', 'i386'],
|
||||
'repo_from': 'Everything'
|
||||
'install_tree_from': 'Everything'
|
||||
'repo_from': 'Everything',
|
||||
'install_tree_from': 'Everything',
|
||||
'subvariant': 'Jam_KDE'
|
||||
},
|
||||
{
|
||||
'name': 'Fedora-Robotics-Live',
|
||||
'kickstart': "fedora-live-robotics.ks",
|
||||
'arches': ['x86_64', 'i386'],
|
||||
'repo_from': 'Everything'
|
||||
'install_tree_from': 'Everything'
|
||||
'repo_from': 'Everything',
|
||||
'install_tree_from': 'Everything',
|
||||
'subvariant': 'Robotics'
|
||||
}
|
||||
],
|
||||
}
|
||||
@ -483,8 +502,9 @@ live_images = [
|
||||
"version": "Rawhide",
|
||||
"ksurl": "git://git.fedorahosted.org/git/spin-kickstarts.git?#HEAD",
|
||||
'release': None,
|
||||
'repo_from': 'Everything'
|
||||
"type": "appliance"
|
||||
'repo_from': 'Everything',
|
||||
"type": "appliance",
|
||||
'subvariant': 'KDE'
|
||||
},
|
||||
{
|
||||
'kickstart': "fedora-arm-lxde.ks",
|
||||
@ -492,8 +512,9 @@ live_images = [
|
||||
"version": "Rawhide",
|
||||
"ksurl": "git://git.fedorahosted.org/git/spin-kickstarts.git?#HEAD",
|
||||
'release': None,
|
||||
'repo_from': 'Everything'
|
||||
"type": "appliance"
|
||||
'repo_from': 'Everything',
|
||||
"type": "appliance",
|
||||
'subvariant': 'LXDE'
|
||||
},
|
||||
{
|
||||
'kickstart': "fedora-arm-mate.ks",
|
||||
@ -501,8 +522,9 @@ live_images = [
|
||||
"version": "Rawhide",
|
||||
"ksurl": "git://git.fedorahosted.org/git/spin-kickstarts.git?#HEAD",
|
||||
'release': None,
|
||||
'repo_from': 'Everything'
|
||||
"type": "appliance"
|
||||
'repo_from': 'Everything'.
|
||||
"type": "appliance",
|
||||
'subvariant': 'Mate'
|
||||
},
|
||||
{
|
||||
'kickstart': "fedora-arm-minimal.ks",
|
||||
@ -510,8 +532,9 @@ live_images = [
|
||||
"version": "Rawhide",
|
||||
"ksurl": "git://git.fedorahosted.org/git/spin-kickstarts.git?#HEAD",
|
||||
'release': None,
|
||||
'repo_from': 'Everything'
|
||||
"type": "appliance"
|
||||
'repo_from': 'Everything',
|
||||
"type": "appliance",
|
||||
'subvariant': 'Minimal'
|
||||
},
|
||||
{
|
||||
'kickstart': "fedora-arm-soas.ks",
|
||||
@ -519,8 +542,9 @@ live_images = [
|
||||
"version": "Rawhide",
|
||||
"ksurl": "git://git.fedorahosted.org/git/spin-kickstarts.git?#HEAD",
|
||||
'release': None,
|
||||
'repo_from': 'Everything'
|
||||
"type": "appliance"
|
||||
'repo_from': 'Everything',
|
||||
"type": "appliance",
|
||||
'subvariant': 'SoaS'
|
||||
},
|
||||
{
|
||||
'kickstart': "fedora-arm-xfce.ks",
|
||||
@ -528,12 +552,12 @@ live_images = [
|
||||
"version": "Rawhide",
|
||||
"ksurl": "git://git.fedorahosted.org/git/spin-kickstarts.git?#HEAD",
|
||||
'release': None,
|
||||
'repo_from': 'Everything'
|
||||
"type": "appliance"
|
||||
'repo_from': 'Everything',
|
||||
'type': "appliance",
|
||||
'subvariant': 'Xfce'
|
||||
},]
|
||||
}),
|
||||
]
|
||||
|
||||
release_id_allow_missing = True
|
||||
koji_profile = "koji"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user