[Bf-blender-cvs] [ae1d8f4c35a] xr-actions-D9124: Fix: Use correct add-on branch for 'make update'

Peter Kim noreply at git.blender.org
Wed Oct 14 01:47:30 CEST 2020


Commit: ae1d8f4c35a70844ffd11932a108fa7eaa4ea396
Author: Peter Kim
Date:   Wed Oct 14 08:47:14 2020 +0900
Branches: xr-actions-D9124
https://developer.blender.org/rBae1d8f4c35a70844ffd11932a108fa7eaa4ea396

Fix: Use correct add-on branch for 'make update'

Credit to Julian Eisel for the fix.

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

M	build_files/utils/make_update.py

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

diff --git a/build_files/utils/make_update.py b/build_files/utils/make_update.py
index 53f6b3d447f..5e97b6a9886 100755
--- a/build_files/utils/make_update.py
+++ b/build_files/utils/make_update.py
@@ -169,7 +169,7 @@ def submodules_update(args, release_version, branch):
         branch = "master"
 
     submodules = [
-        ("release/scripts/addons", branch),
+        ("release/scripts/addons", "xr-actions-D9124"),
         ("release/scripts/addons_contrib", branch),
         ("release/datafiles/locale", branch),
         ("source/tools", branch),



More information about the Bf-blender-cvs mailing list