diff --git a/master.cfg b/master.cfg index b676439..9b9b457 100644 --- a/master.cfg +++ b/master.cfg @@ -229,10 +229,10 @@ def git_step(branch=''): def generic_builder(id, branch=''): # TODO(sergey): Consider using pathlib. filename = f'uploaded/buildbot_upload_{id}.zip' - update_script = '../blender.git/build_files/buildbot/slave_update.py' - compile_script = '../blender.git/build_files/buildbot/slave_compile.py' - test_script = '../blender.git/build_files/buildbot/slave_test.py' - pack_script = '../blender.git/build_files/buildbot/slave_pack.py' + update_script = '../blender.git/build_files/buildbot/worker_update.py' + compile_script = '../blender.git/build_files/buildbot/worker_compile.py' + test_script = '../blender.git/build_files/buildbot/worker_test.py' + pack_script = '../blender.git/build_files/buildbot/worker_pack.py' unpack_script = 'master_unpack.py' # NOTE: On Windows never includes major version in the executable name,