Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrecht Van Lommel <brechtvanlommel@gmail.com>2019-09-03 18:38:40 +0300
committerBrecht Van Lommel <brechtvanlommel@gmail.com>2019-09-03 19:01:57 +0300
commit4f92725283dd4f6e2a99be37ffdc581f015a2da1 (patch)
tree2a6e941f801391ecf23d2a2b946bbdfb73998463 /build_files/buildbot
parentbc1781cf6a3c283f19a53a959f650692bf85c76d (diff)
Fix buildbot unsuccessfully trying to update Blender repository for branches
Diffstat (limited to 'build_files/buildbot')
-rw-r--r--build_files/buildbot/slave_update.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_files/buildbot/slave_update.py b/build_files/buildbot/slave_update.py
index 16b18de3a5d..42633e1e529 100644
--- a/build_files/buildbot/slave_update.py
+++ b/build_files/buildbot/slave_update.py
@@ -28,4 +28,4 @@ if __name__ == "__main__":
# Run make update which handles all libraries and submodules.
make_update = os.path.join(builder.blender_dir, "build_files", "utils", "make_update.py")
- buildbot_utils.call([sys.executable, make_update])
+ buildbot_utils.call([sys.executable, make_update, '--no-blender'])