- Move common code into buildbot_utils.py
- Remove legacy code from removed builders
- Split code into smaller functions
Details
Details
Diff Detail
Diff Detail
- Repository
- rB Blender
Event Timeline
| build_files/buildbot/buildbot_utils.py | ||
|---|---|---|
| 35–36 | What's the difference between those two? | |
| build_files/buildbot/buildbot_utils.py | ||
|---|---|---|
| 35–36 | install_dir is the value for CMAKE_INSTALL_PREFIX, upload_dir is where to put buildbot_upload.zip. | |
| build_files/buildbot/buildbot_utils.py | ||
|---|---|---|
| 35–36 | So this is all local, not the directory on the server? | |
| build_files/buildbot/buildbot_utils.py | ||
|---|---|---|
| 35–36 | Yes, these refactored scripts only run on the buildbot slaves. There should be no functional changes with this patch, it's intended to be purely a code cleanup. The directory layout used on the buildbot slave is the same as before too. | |