Cleanup: Naming, use convention from buildbot upstream
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user