From 4d932210052631a735f3d3c41ca0d48fd71abdf0 Mon Sep 17 00:00:00 2001 From: Tomas Mlcoch Date: Thu, 10 Sep 2015 07:12:08 -0400 Subject: [PATCH] Add missing config check for phases: createrepo, extrafiles, liveimages and imate_build --- bin/pungi-koji | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/bin/pungi-koji b/bin/pungi-koji index 32f0e2cf..1cec9068 100755 --- a/bin/pungi-koji +++ b/bin/pungi-koji @@ -216,7 +216,10 @@ def run_compose(compose): # check if all config options are set errors = [] - for phase in (init_phase, pkgset_phase, buildinstall_phase, productimg_phase, gather_phase, createiso_phase, test_phase): + for phase in (init_phase, pkgset_phase, createrepo_phase, + buildinstall_phase, productimg_phase, gather_phase, + extrafiles_phase, createiso_phase, liveimages_phase, + image_build_phase, test_phase): if phase.skip(): continue try: