[Bf-blender-cvs] [60d02b336ea] blender-v2.81-release: Build: also use release branch for source/tools module

Brecht Van Lommel noreply at git.blender.org
Fri Oct 11 21:44:56 CEST 2019


Commit: 60d02b336eaf930825ca548b5849636975656f50
Author: Brecht Van Lommel
Date:   Fri Oct 11 21:43:45 2019 +0200
Branches: blender-v2.81-release
https://developer.blender.org/rB60d02b336eaf930825ca548b5849636975656f50

Build: also use release branch for source/tools module

===================================================================

M	build_files/utils/make_update.py

===================================================================

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.



More information about the Bf-blender-cvs mailing list