diff options
Diffstat (limited to 'buildbot_gentoo_ci/config/buildfactorys.py')
-rw-r--r-- | buildbot_gentoo_ci/config/buildfactorys.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/buildbot_gentoo_ci/config/buildfactorys.py b/buildbot_gentoo_ci/config/buildfactorys.py index d07a143..efccc93 100644 --- a/buildbot_gentoo_ci/config/buildfactorys.py +++ b/buildbot_gentoo_ci/config/buildfactorys.py @@ -193,10 +193,10 @@ def parse_build_log(): #f.addStep(logs.SetIrcInfo()) return f -def run_build_stage4_request(): +def run_build_images_request(): f = util.BuildFactory() # set needed Propertys f.addStep(nodes.SetupPropertys()) - # set the needed steps for making the stage4 - f.addStep(nodes.SetupStage4Steps()) + # set the needed steps for making the image + f.addStep(nodes.SetupBuildTypeAndSteps()) return f |