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
path: root/extern
diff options
context:
space:
mode:
authorSergey Sharybin <sergey.vfx@gmail.com>2014-01-02 13:22:28 +0400
committerSergey Sharybin <sergey.vfx@gmail.com>2014-01-02 13:24:46 +0400
commitf9353b8e8d9f13c938ab12f6698bd598a4d39104 (patch)
tree344ad0a2f447fc29a4b88a231d809a67200de55f /extern
parentf9e0ac4ced7ff1d247019f529317eb04f01c6601 (diff)
Code cleanup: remove patch series from libmv
Since we're using own libmv branch from git.blender.org we don't need to have local patches for libmv in blender source tree.
Diffstat (limited to 'extern')
-rwxr-xr-xextern/libmv/bundle.sh6
-rw-r--r--extern/libmv/patches/series0
2 files changed, 0 insertions, 6 deletions
diff --git a/extern/libmv/bundle.sh b/extern/libmv/bundle.sh
index 79c80dd3447..5f7251eaac9 100755
--- a/extern/libmv/bundle.sh
+++ b/extern/libmv/bundle.sh
@@ -14,14 +14,8 @@ tmp=`mktemp -d`
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
-for p in `cat ./patches/series`; do
- echo "Applying patch $p..."
- cat ./patches/$p | patch -d $tmp/libmv -p1
-done
-
find libmv -type f -not -iwholename '*.svn*' -exec rm -rf {} \;
find third_party -type f -not -iwholename '*.svn*' -not -iwholename '*third_party/ceres*' \
-not -iwholename '*third_party/SConscript*' -not -iwholename '*third_party/CMakeLists.txt*' \
diff --git a/extern/libmv/patches/series b/extern/libmv/patches/series
deleted file mode 100644
index e69de29bb2d..00000000000
--- a/extern/libmv/patches/series
+++ /dev/null