From 639475e15d68b591fdb9680e3061926d75b5b9d0 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Tue, 16 Feb 2016 14:22:15 -0600 Subject: [PATCH] set teh install repo for livemedia tasks without a install tree for its variant allow live and live-media tasks to not fail the compose Signed-off-by: Dennis Gilmore --- fedora.conf | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/fedora.conf b/fedora.conf index 9d1b3ff..bcdc538 100644 --- a/fedora.conf +++ b/fedora.conf @@ -323,6 +323,7 @@ live_media = { 'arches': ['x86_64', 'i386'], 'release': None, 'repo_from': 'Everything' + 'install_tree_from': 'Everything' }, { 'name': 'Fedora-Live-Xfce', @@ -334,6 +335,7 @@ live_media = { 'arches': ['x86_64', 'i386'], 'release': None, 'repo_from': 'Everything' + 'install_tree_from': 'Everything' }, { 'name': 'Fedora-Live-SoaS', @@ -345,6 +347,7 @@ live_media = { 'arches': ['x86_64', 'i386'], 'release': None, 'repo_from': 'Everything' + 'install_tree_from': 'Everything' }, { 'name': 'Fedora-Live-Cinnamon', @@ -356,6 +359,7 @@ live_media = { 'arches': ['x86_64', 'i386'], 'release': None, 'repo_from': 'Everything' + 'install_tree_from': 'Everything' }, { 'name': 'Fedora-Live-LXDE', @@ -367,6 +371,7 @@ live_media = { 'arches': ['x86_64', 'i386'], 'release': None, 'repo_from': 'Everything' + 'install_tree_from': 'Everything' }, { 'name': 'Fedora-Live-MATE_Compiz', @@ -378,6 +383,7 @@ live_media = { 'arches': ['x86_64', 'i386'], 'release': None, 'repo_from': 'Everything' + 'install_tree_from': 'Everything' } ], '^Spins$': [ @@ -391,6 +397,7 @@ live_media = { 'arches': ['x86_64', 'i386'], 'release': None, 'repo_from': 'Everything' + 'install_tree_from': 'Everything' }, { 'name': 'Fedora-Live-Design_suite', @@ -402,6 +409,7 @@ live_media = { 'arches': ['x86_64', 'i386'], 'release': None, 'repo_from': 'Everything' + 'install_tree_from': 'Everything' }, { 'name': 'Fedora-Live-Scientific_KDE', @@ -413,6 +421,7 @@ live_media = { 'arches': ['x86_64', 'i386'], 'release': None, 'repo_from': 'Everything' + 'install_tree_from': 'Everything' }, { 'name': 'Fedora-Live-Games', @@ -424,6 +433,7 @@ live_media = { 'arches': ['x86_64', 'i386'], 'release': None, 'repo_from': 'Everything' + 'install_tree_from': 'Everything' }, { 'name': 'Fedora-Live-Security', @@ -435,6 +445,7 @@ live_media = { 'arches': ['x86_64', 'i386'], 'release': None, 'repo_from': 'Everything' + 'install_tree_from': 'Everything' }, { 'name': 'Fedora-Live-Jam_KDE', @@ -446,6 +457,7 @@ live_media = { 'arches': ['x86_64', 'i386'], 'release': None, 'repo_from': 'Everything' + 'install_tree_from': 'Everything' }, { 'name': 'Fedora-Live-Robotics', @@ -457,6 +469,7 @@ live_media = { 'arches': ['x86_64', 'i386'], 'release': None, 'repo_from': 'Everything' + 'install_tree_from': 'Everything' } ], } @@ -464,7 +477,7 @@ live_media = { failable_deliverables = [ ('^.*$', { # Buildinstall can fail on any variant and any arch - '*': ['buildinstall', 'image-build'], + '*': ['buildinstall', 'image-build', 'live-media', 'live'], 'src': ['buildinstall'], # Nothing on i386 blocks the compose 'i386': ['buildinstall', 'iso', 'live'],