Skip to content

Commit

Permalink
Use official repos for submodules and specify branch
Browse files Browse the repository at this point in the history
  • Loading branch information
pragma37 committed Jul 19, 2020
1 parent b15f84c commit b4cf7b7
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
[submodule "release/scripts/addons"]
path = release/scripts/addons
url = ../blender-addons.git
branch = master
url = https://git.blender.org/blender-addons.git
branch = blender-v2.83-release
ignore = all
[submodule "release/scripts/addons_contrib"]
path = release/scripts/addons_contrib
url = ../blender-addons-contrib.git
branch = master
url = https://git.blender.org/blender-addons-contrib.git
branch = blender-v2.83-release
ignore = all
[submodule "release/datafiles/locale"]
path = release/datafiles/locale
url = ../blender-translations.git
branch = master
url = https://git.blender.org/blender-translations.git
branch = blender-v2.83-release
ignore = all
[submodule "source/tools"]
path = source/tools
url = ../blender-dev-tools.git
branch = master
url = https://git.blender.org/blender-dev-tools.git
branch = blender-v2.83-release
ignore = all

0 comments on commit b4cf7b7

Please sign in to comment.