Add missing config check for phases: createrepo, extrafiles, liveimages and imate_build
This commit is contained in:
parent
1d97ce5ea1
commit
4d93221005
@ -216,7 +216,10 @@ def run_compose(compose):
|
|||||||
|
|
||||||
# check if all config options are set
|
# check if all config options are set
|
||||||
errors = []
|
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():
|
if phase.skip():
|
||||||
continue
|
continue
|
||||||
try:
|
try:
|
||||||
|
Loading…
Reference in New Issue
Block a user