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:
Diffstat (limited to 'build_files')
-rwxr-xr-xbuild_files/build_environment/install_deps.sh6
1 files changed, 5 insertions, 1 deletions
diff --git a/build_files/build_environment/install_deps.sh b/build_files/build_environment/install_deps.sh
index a11c4136280..81a12dbf910 100755
--- a/build_files/build_environment/install_deps.sh
+++ b/build_files/build_environment/install_deps.sh
@@ -1064,7 +1064,11 @@ compile_OpenCOLLADA() {
cd $_src
# XXX For now, always update from latest repo...
- git pull origin
+ git pull origin master
+
+ # XXX We have to stick to this revision, the next one introduced a change to ExtraHandler' parseElement signature :/
+ git checkout c89cf095c40aa2a518b1104c448825eacc92d174
+ git reset --hard
# Always refresh the whole build!
if [ -d build ]; then