Initialize git submodules for addons, locales and scons
Uses relative paths to repositories, so this is expected to work fine for any protocol we support (git, ssh and http). Uses ignore=all for all the submodules, so updating them to latest remote hash does not tags blender repository as changes. But it is still possible to make changes to submodules and commit them from their path.
This commit is contained in:
+16
@@ -0,0 +1,16 @@
|
||||
[submodule "release/scripts/addons"]
|
||||
path = release/scripts/addons
|
||||
url = ../blender-addons.git
|
||||
ignore = all
|
||||
[submodule "release/scripts/addons_contrib"]
|
||||
path = release/scripts/addons_contrib
|
||||
url = ../blender-addons-contrib.git
|
||||
ignore = all
|
||||
[submodule "release/datafiles/locale"]
|
||||
path = release/datafiles/locale
|
||||
url = ../blender-translations.git
|
||||
ignore = all
|
||||
[submodule "scons"]
|
||||
path = scons
|
||||
url = ../scons.git
|
||||
ignore = all
|
||||
Submodule
+1
Submodule release/datafiles/locale added at cb1967cc63
Submodule
+1
Submodule release/scripts/addons added at c50944e808
Submodule
+1
Submodule release/scripts/addons_contrib added at 31545d25c9
Submodule
+1
Submodule scons added at ccea0f01de
Reference in New Issue
Block a user