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:
authorSergey Sharybin <sergey.vfx@gmail.com>2013-12-30 17:03:13 +0400
committerSergey Sharybin <sergey.vfx@gmail.com>2014-01-01 20:32:48 +0400
commit5d701c6d25a1c5cea65b15cbcc88b4c745164cc2 (patch)
treefbd50f4d2f76658db444d62ce559d9a1f22ecc63 /extern/libmv/bundle.sh
parent2785e8e73d3473cf481ba65a6b50a50c194e63d8 (diff)
Re-bundle libmv from new upstream repository
No functional changes, just to make sure all the patches are ported nicely and that update scripts works fine.
Diffstat (limited to 'extern/libmv/bundle.sh')
-rwxr-xr-xextern/libmv/bundle.sh8
1 files changed, 3 insertions, 5 deletions
diff --git a/extern/libmv/bundle.sh b/extern/libmv/bundle.sh
index 57e3598a5ae..79c80dd3447 100755
--- a/extern/libmv/bundle.sh
+++ b/extern/libmv/bundle.sh
@@ -7,14 +7,12 @@ else
exit 1
fi
-#BRANCH="keir"
-#BRANCH="Matthias-Fauconneau"
-BRANCH="Nazg-Gul"
+BRANCH="devel"
-repo="git://github.com/${BRANCH}/libmv.git"
+repo="git://git.blender.org/libmv.git"
tmp=`mktemp -d`
-git clone $repo $tmp/libmv
+git clone -b $BRANCH $repo $tmp/libmv
#git --git-dir $tmp/libmv/.git --work-tree $tmp/libmv log --since="1 month ago" > ChangeLog
git --git-dir $tmp/libmv/.git --work-tree $tmp/libmv log -n 50 > ChangeLog