From 08c46738e70a81d7308b9b06c9a0640d281240c2 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Wed, 10 Feb 2016 06:26:45 -0600 Subject: [PATCH] add all teh livemedia Signed-off-by: Dennis Gilmore --- fedora.conf | 172 ++++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 168 insertions(+), 4 deletions(-) diff --git a/fedora.conf b/fedora.conf index 253c6fd..e1396c0 100644 --- a/fedora.conf +++ b/fedora.conf @@ -125,19 +125,19 @@ additional_packages = [ ('^Server$', { '*': [ - + ], }), ('^Workstation$', { '*': [ - + ], }), ('^Cloud$', { '*': [ - + ], }), @@ -173,7 +173,7 @@ filter_packages = [ # format: {arch|*: [packages]} multilib_blacklist = { "*": [ - + ], } @@ -291,6 +291,170 @@ image_build = { ], } + +image_build = { + '^Workstation$': [ + { + 'name': 'Fedora-Live-Workstation', + 'target': 'f24', + '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", + 'arches': ['x86_64', 'i386'], + 'release': None, + 'repo_from': 'Everything' + } + ], + '^Live$': [ + { + 'name': 'Fedora-Live-KDE', + 'target': 'f24', + '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", + 'arches': ['x86_64', 'i386'], + 'release': None, + 'repo_from': 'Everything' + }, + { + 'name': 'Fedora-Live-Xfce', + 'target': 'f24', + '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", + 'arches': ['x86_64', 'i386'], + 'release': None, + 'repo_from': 'Everything' + }, + { + 'name': 'Fedora-Live-SoaS', + 'target': 'f24', + '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", + 'arches': ['x86_64', 'i386'], + 'release': None, + 'repo_from': 'Everything' + }, + { + 'name': 'Fedora-Live-Cinnamon', + 'target': 'f24', + '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", + 'arches': ['x86_64', 'i386'], + 'release': None, + 'repo_from': 'Everything' + }, + { + 'name': 'Fedora-Live-LXDE', + 'target': 'f24', + '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", + 'arches': ['x86_64', 'i386'], + 'release': None, + 'repo_from': 'Everything' + }, + { + 'name': 'Fedora-Live-MATE_Compiz', + 'target': 'f24', + '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", + 'arches': ['x86_64', 'i386'], + 'release': None, + 'repo_from': 'Everything' + } + ], + '^Spins$': [ + { + 'name': 'Fedora-Live-Astronomy_KDE', + 'target': 'f24', + '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", + 'arches': ['x86_64', 'i386'], + 'release': None, + 'repo_from': 'Everything' + }, + { + 'name': 'Fedora-Live-Design_suite', + 'target': 'f24', + '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", + 'arches': ['x86_64', 'i386'], + 'release': None, + 'repo_from': 'Everything' + }, + { + 'name': 'Fedora-Live-Scientific_KDE', + 'target': 'f24', + '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", + 'arches': ['x86_64', 'i386'], + 'release': None, + 'repo_from': 'Everything' + }, + { + 'name': 'Fedora-Live-Games', + 'target': 'f24', + '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", + 'arches': ['x86_64', 'i386'], + 'release': None, + 'repo_from': 'Everything' + }, + { + 'name': 'Fedora-Live-Security', + 'target': 'f24', + '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", + 'arches': ['x86_64', 'i386'], + 'release': None, + 'repo_from': 'Everything' + }, + { + 'name': 'Fedora-Live-Jam_KDE', + 'target': 'f24', + '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", + 'arches': ['x86_64', 'i386'], + 'release': None, + 'repo_from': 'Everything' + }, + { + 'name': 'Fedora-Live-Robotics', + 'target': 'f24', + '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", + 'arches': ['x86_64', 'i386'], + 'release': None, + 'repo_from': 'Everything' + } + ], +} + failable_deliverables = [ ('^.*$', { # Buildinstall can fail on any variant and any arch