Update for moving blender2.8 to master.

This commit is contained in:
Brecht Van Lommel
2018-12-20 14:45:55 +01:00
parent 4f6b4ceb6c
commit c9df453ce7
8 changed files with 15 additions and 20 deletions

View File

@@ -458,9 +458,8 @@ update: .FORCE
fi
git pull --rebase
git submodule update --init --recursive
# 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 checkout master
git submodule foreach git pull --rebase origin master
# -----------------------------------------------------------------------------