[Bf-blender-cvs] [3a73aba8224] vr_scene_inspection: Change 'make update' back to use the master add-ons branch

Julian Eisel noreply at git.blender.org
Tue Mar 17 20:09:49 CET 2020


Commit: 3a73aba82240a111be77e1078eba6c0b569879e9
Author: Julian Eisel
Date:   Tue Mar 17 18:52:20 2020 +0100
Branches: vr_scene_inspection
https://developer.blender.org/rB3a73aba82240a111be77e1078eba6c0b569879e9

Change 'make update' back to use the master add-ons branch

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

M	build_files/utils/make_update.py

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

diff --git a/build_files/utils/make_update.py b/build_files/utils/make_update.py
index 68f48f64d56..77d2c175d39 100755
--- a/build_files/utils/make_update.py
+++ b/build_files/utils/make_update.py
@@ -158,7 +158,7 @@ def submodules_update(args, release_version, branch):
         branch = "master"
 
     submodules = [
-        ("release/scripts/addons", "soc-2019-openxr"),
+        ("release/scripts/addons", "master"),
         ("release/scripts/addons_contrib", branch),
         ("release/datafiles/locale", branch),
         ("source/tools", branch),



More information about the Bf-blender-cvs mailing list