Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrecht Van Lommel <brechtvanlommel@gmail.com>2018-12-20 16:45:55 +0300
committerBrecht Van Lommel <brechtvanlommel@gmail.com>2018-12-21 14:15:21 +0300
commitc9df453ce70bdf36a4567f8a97b977c1f5e6dfd7 (patch)
treed32e802384bedc0db5792e5d594dfbb1296a6ad3 /build_files/windows
parent4f6b4ceb6cb070459e7d247d2ce02076a76494bb (diff)
Update for moving blender2.8 to master.
Diffstat (limited to 'build_files/windows')
-rw-r--r--build_files/windows/update_sources.cmd8
1 files changed, 2 insertions, 6 deletions
diff --git a/build_files/windows/update_sources.cmd b/build_files/windows/update_sources.cmd
index be5303ad1b5..3906af27cb9 100644
--- a/build_files/windows/update_sources.cmd
+++ b/build_files/windows/update_sources.cmd
@@ -11,10 +11,6 @@ if "%GIT%" == "" (
goto EOF
)
"%GIT%" pull --rebase
-"%GIT%" submodule update --init --recursive
-rem Use blender2.8 branch for submodules that have it.
-"%GIT%" submodule foreach "git checkout blender2.8 || git checkout master"
-"%GIT%" submodule foreach git pull --rebase origin
+"%GIT%" submodule foreach git pull --rebase origin master
-
-:EOF \ No newline at end of file
+:EOF