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-10-11 22:43:45 +0300
committerBrecht Van Lommel <brechtvanlommel@gmail.com>2019-10-11 22:43:45 +0300
commit60d02b336eaf930825ca548b5849636975656f50 (patch)
tree040668bd6ac816d4773ef75dbdb6d964b99da947 /build_files
parent3842519a387ede582950c96d155c74dce3c4c059 (diff)
Build: also use release branch for source/tools module
Diffstat (limited to 'build_files')
-rwxr-xr-xbuild_files/utils/make_update.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_files/utils/make_update.py b/build_files/utils/make_update.py
index f845515bb3b..ec72514fdfc 100755
--- a/build_files/utils/make_update.py
+++ b/build_files/utils/make_update.py
@@ -161,7 +161,7 @@ def submodules_update(args, release_version, branch):
("release/scripts/addons", branch),
("release/scripts/addons_contrib", branch),
("release/datafiles/locale", branch),
- ("source/tools", "master"),
+ ("source/tools", branch),
]
# Initialize submodules only if needed.