Add missing config check for phases: createrepo, extrafiles, liveimages and imate_build

This commit is contained in:
Tomas Mlcoch 2015-09-10 07:12:08 -04:00
parent 1d97ce5ea1
commit 4d93221005
1 changed files with 4 additions and 1 deletions

View File

@ -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: