From e5d7a96b9fbcd65e3fb59cfd6fe0cfa20038987d Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Sun, 28 Feb 2016 13:38:39 -0600 Subject: [PATCH] lives were all named incorrectly https://pagure.io/pungi-fedora/issue/6 Signed-off-by: Dennis Gilmore --- fedora.conf | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/fedora.conf b/fedora.conf index 2bf284b..b81c4b1 100644 --- a/fedora.conf +++ b/fedora.conf @@ -315,7 +315,7 @@ image_build = { live_media = { '^Workstation$': [ { - 'name': 'Fedora-Live-Workstation', + 'name': 'Fedora-Workstation-Live', 'target': 'f24', 'version': '24', # correct SHA1 hash will be put into the URL below automatically @@ -328,7 +328,7 @@ live_media = { ], '^Spins': [ { - 'name': 'Fedora-Live-KDE', + 'name': 'Fedora-KDE-Live', 'target': 'f24', 'version': '24', # correct SHA1 hash will be put into the URL below automatically @@ -340,7 +340,7 @@ live_media = { 'install_tree_from': 'Everything' }, { - 'name': 'Fedora-Live-Xfce', + 'name': 'Fedora-Xfce-Live', 'target': 'f24', 'version': '24', # correct SHA1 hash will be put into the URL below automatically @@ -352,7 +352,7 @@ live_media = { 'install_tree_from': 'Everything' }, { - 'name': 'Fedora-Live-SoaS', + 'name': 'Fedora-SoaS-Live', 'target': 'f24', 'version': '24', # correct SHA1 hash will be put into the URL below automatically @@ -364,7 +364,7 @@ live_media = { 'install_tree_from': 'Everything' }, { - 'name': 'Fedora-Live-Cinnamon', + 'name': 'Fedora-Cinnamon-Live', 'target': 'f24', 'version': '24', # correct SHA1 hash will be put into the URL below automatically @@ -376,7 +376,7 @@ live_media = { 'install_tree_from': 'Everything' }, { - 'name': 'Fedora-Live-LXDE', + 'name': 'Fedora-LXDE-Live', 'target': 'f24', 'version': '24', # correct SHA1 hash will be put into the URL below automatically @@ -388,7 +388,7 @@ live_media = { 'install_tree_from': 'Everything' }, { - 'name': 'Fedora-Live-MATE_Compiz', + 'name': 'Fedora-MATE_Compiz-Live', 'target': 'f24', 'version': '24', # correct SHA1 hash will be put into the URL below automatically @@ -402,7 +402,7 @@ live_media = { ], '^Labs$': [ { - 'name': 'Fedora-Live-Astronomy_KDE', + 'name': 'Fedora-Astronomy_KDE-Live', 'target': 'f24', 'version': '24', # correct SHA1 hash will be put into the URL below automatically @@ -414,7 +414,7 @@ live_media = { 'install_tree_from': 'Everything' }, { - 'name': 'Fedora-Live-Design_suite', + 'name': 'Fedora-Design_suite-Live', 'target': 'f24', 'version': '24', # correct SHA1 hash will be put into the URL below automatically @@ -426,7 +426,7 @@ live_media = { 'install_tree_from': 'Everything' }, { - 'name': 'Fedora-Live-Scientific_KDE', + 'name': 'Fedora-Scientific_KDE-Live', 'target': 'f24', 'version': '24', # correct SHA1 hash will be put into the URL below automatically @@ -438,7 +438,7 @@ live_media = { 'install_tree_from': 'Everything' }, { - 'name': 'Fedora-Live-Games', + 'name': 'Fedora-Games-Live', 'target': 'f24', 'version': '24', # correct SHA1 hash will be put into the URL below automatically @@ -450,7 +450,7 @@ live_media = { 'install_tree_from': 'Everything' }, { - 'name': 'Fedora-Live-Security', + 'name': 'Fedora-Security-Live', 'target': 'f24', 'version': '24', # correct SHA1 hash will be put into the URL below automatically @@ -462,7 +462,7 @@ live_media = { 'install_tree_from': 'Everything' }, { - 'name': 'Fedora-Live-Jam_KDE', + 'name': 'Fedora-Jam_KDE-Live', 'target': 'f24', 'version': '24', # correct SHA1 hash will be put into the URL below automatically @@ -474,7 +474,7 @@ live_media = { 'install_tree_from': 'Everything' }, { - 'name': 'Fedora-Live-Robotics', + 'name': 'Fedora-Robotics-Live', 'target': 'f24', 'version': '24', # correct SHA1 hash will be put into the URL below automatically @@ -491,7 +491,7 @@ live_media = { failable_deliverables = [ ('^.*$', { # Buildinstall can fail on any variant and any arch - '*': ['buildinstall', 'image-build', 'live-media', 'live'], + '*': ['buildinstall', 'image-build', 'live-media', 'live', 'createiso'], 'src': ['buildinstall'], # Nothing on i386 blocks the compose 'i386': ['buildinstall', 'iso', 'live'],