From 19eafa1737f9703bff074df789c97082a228f4d8 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Fri, 6 Nov 2020 10:12:50 -0800 Subject: [PATCH] Make Server non-failable again It was made failable in #382, back in 2017, as part of the Modular Server effort that was eventually abandoned, with the idea being that Modular Server would be blocking instead. But when Modular Server was abandoned, we never reverted this change to make Server non-failable again... Signed-off-by: Adam Williamson --- fedora.conf | 3 --- 1 file changed, 3 deletions(-) diff --git a/fedora.conf b/fedora.conf index 5e53552..75d33a4 100644 --- a/fedora.conf +++ b/fedora.conf @@ -655,9 +655,6 @@ live_media = { } failable_deliverables = [ - ('^Server$', { - '*': ['buildinstall', 'iso'], - }), ('^.*$', { # Buildinstall is non blocking 'src': ['buildinstall'],