Use global live_media settings

Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
This commit is contained in:
Lubomír Sedlář 2016-03-03 14:20:13 +01:00
parent 011994cdf3
commit fc5f03a82d

View File

@ -320,91 +320,61 @@ image_build = {
], ],
} }
# These will be inherited for all live media
live_media_ksurl = "git://git.fedorahosted.org/git/spin-kickstarts.git?#HEAD"
live_media_release = None
live_media_version = "Rawhide"
live_media_target = "f25"
live_media = { live_media = {
'^Workstation$': [ '^Workstation$': [
{ {
'name': 'Fedora-Workstation-Live', 'name': 'Fedora-Workstation-Live',
'target': 'f25',
'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-live-workstation.ks", 'kickstart': "fedora-live-workstation.ks",
'arches': ['x86_64', 'i386'], 'arches': ['x86_64', 'i386'],
'release': None,
'repo_from': 'Everything' 'repo_from': 'Everything'
} }
], ],
'^Spins': [ '^Spins': [
{ {
'name': 'Fedora-KDE-Live', 'name': 'Fedora-KDE-Live',
'target': 'f25',
'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-live-kde.ks", 'kickstart': "fedora-live-kde.ks",
'arches': ['x86_64', 'i386'], 'arches': ['x86_64', 'i386'],
'release': None,
'repo_from': 'Everything' 'repo_from': 'Everything'
'install_tree_from': 'Everything' 'install_tree_from': 'Everything'
}, },
{ {
'name': 'Fedora-Xfce-Live', 'name': 'Fedora-Xfce-Live',
'target': 'f25',
'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-live-xfce.ks", 'kickstart': "fedora-live-xfce.ks",
'arches': ['x86_64', 'i386'], 'arches': ['x86_64', 'i386'],
'release': None,
'repo_from': 'Everything' 'repo_from': 'Everything'
'install_tree_from': 'Everything' 'install_tree_from': 'Everything'
}, },
{ {
'name': 'Fedora-SoaS-Live', 'name': 'Fedora-SoaS-Live',
'target': 'f25',
'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-live-soas.ks", 'kickstart': "fedora-live-soas.ks",
'arches': ['x86_64', 'i386'], 'arches': ['x86_64', 'i386'],
'release': None,
'repo_from': 'Everything' 'repo_from': 'Everything'
'install_tree_from': 'Everything' 'install_tree_from': 'Everything'
}, },
{ {
'name': 'Fedora-Cinnamon-Live', 'name': 'Fedora-Cinnamon-Live',
'target': 'f25',
'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-live-cinnamon.ks", 'kickstart': "fedora-live-cinnamon.ks",
'arches': ['x86_64', 'i386'], 'arches': ['x86_64', 'i386'],
'release': None,
'repo_from': 'Everything' 'repo_from': 'Everything'
'install_tree_from': 'Everything' 'install_tree_from': 'Everything'
}, },
{ {
'name': 'Fedora-LXDE-Live', 'name': 'Fedora-LXDE-Live',
'target': 'f25',
'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-live-lxde.ks", 'kickstart': "fedora-live-lxde.ks",
'arches': ['x86_64', 'i386'], 'arches': ['x86_64', 'i386'],
'release': None,
'repo_from': 'Everything' 'repo_from': 'Everything'
'install_tree_from': 'Everything' 'install_tree_from': 'Everything'
}, },
{ {
'name': 'Fedora-MATE_Compiz-Live', 'name': 'Fedora-MATE_Compiz-Live',
'target': 'f25',
'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-live-mate_compiz.ks", 'kickstart': "fedora-live-mate_compiz.ks",
'arches': ['x86_64', 'i386'], 'arches': ['x86_64', 'i386'],
'release': None,
'repo_from': 'Everything' 'repo_from': 'Everything'
'install_tree_from': 'Everything' 'install_tree_from': 'Everything'
} }
@ -412,85 +382,50 @@ live_media = {
'^Labs$': [ '^Labs$': [
{ {
'name': 'Fedora-Astronomy_KDE-Live', 'name': 'Fedora-Astronomy_KDE-Live',
'target': 'f25',
'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-live-astronomy_kde.ks", 'kickstart': "fedora-live-astronomy_kde.ks",
'arches': ['x86_64', 'i386'], 'arches': ['x86_64', 'i386'],
'release': None,
'repo_from': 'Everything' 'repo_from': 'Everything'
'install_tree_from': 'Everything' 'install_tree_from': 'Everything'
}, },
{ {
'name': 'Fedora-Design_suite-Live', 'name': 'Fedora-Design_suite-Live',
'target': 'f25',
'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-live-design_suite.ks", 'kickstart': "fedora-live-design_suite.ks",
'arches': ['x86_64', 'i386'], 'arches': ['x86_64', 'i386'],
'release': None,
'repo_from': 'Everything' 'repo_from': 'Everything'
'install_tree_from': 'Everything' 'install_tree_from': 'Everything'
}, },
{ {
'name': 'Fedora-Scientific_KDE-Live', 'name': 'Fedora-Scientific_KDE-Live',
'target': 'f25',
'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-live-scientific_kde.ks", 'kickstart': "fedora-live-scientific_kde.ks",
'arches': ['x86_64', 'i386'], 'arches': ['x86_64', 'i386'],
'release': None,
'repo_from': 'Everything' 'repo_from': 'Everything'
'install_tree_from': 'Everything' 'install_tree_from': 'Everything'
}, },
{ {
'name': 'Fedora-Games-Live', 'name': 'Fedora-Games-Live',
'target': 'f25',
'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-live-games.ks", 'kickstart': "fedora-live-games.ks",
'arches': ['x86_64', 'i386'], 'arches': ['x86_64', 'i386'],
'release': None,
'repo_from': 'Everything' 'repo_from': 'Everything'
'install_tree_from': 'Everything' 'install_tree_from': 'Everything'
}, },
{ {
'name': 'Fedora-Security-Live', 'name': 'Fedora-Security-Live',
'target': 'f25',
'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-live-security.ks", 'kickstart': "fedora-live-security.ks",
'arches': ['x86_64', 'i386'], 'arches': ['x86_64', 'i386'],
'release': None,
'repo_from': 'Everything' 'repo_from': 'Everything'
'install_tree_from': 'Everything' 'install_tree_from': 'Everything'
}, },
{ {
'name': 'Fedora-Jam_KDE-Live', 'name': 'Fedora-Jam_KDE-Live',
'target': 'f25',
'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-live-jam_kde.ks", 'kickstart': "fedora-live-jam_kde.ks",
'arches': ['x86_64', 'i386'], 'arches': ['x86_64', 'i386'],
'release': None,
'repo_from': 'Everything' 'repo_from': 'Everything'
'install_tree_from': 'Everything' 'install_tree_from': 'Everything'
}, },
{ {
'name': 'Fedora-Robotics-Live', 'name': 'Fedora-Robotics-Live',
'target': 'f25',
'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-live-robotics.ks", 'kickstart': "fedora-live-robotics.ks",
'arches': ['x86_64', 'i386'], 'arches': ['x86_64', 'i386'],
'release': None,
'repo_from': 'Everything' 'repo_from': 'Everything'
'install_tree_from': 'Everything' 'install_tree_from': 'Everything'
} }