From b3fb6f99117a527f4a7854350737dc5531b98938 Mon Sep 17 00:00:00 2001 From: Lubomír Sedlář Date: May 27 2016 10:22:57 +0000 Subject: It's ostree-installer, not ostree_installer in the definition of failable deliverables. Signed-off-by: Lubomír Sedlář --- diff --git a/fedora.conf b/fedora.conf index 3f396d3..41a4736 100644 --- a/fedora.conf +++ b/fedora.conf @@ -478,7 +478,7 @@ live_media = { failable_deliverables = [ ('^.*$', { # Buildinstall can fail on any variant and any arch - '*': ['buildinstall', 'iso', 'image-build', 'live-media', 'live', 'ostree', 'ostree_installer'], + '*': ['buildinstall', 'iso', 'image-build', 'live-media', 'live', 'ostree', 'ostree-installer'], 'src': ['buildinstall'], # Nothing on i386 blocks the compose 'i386': ['buildinstall', 'iso', 'live'],