From 355e1d5791e95d630eeb11573110c0962eb32973 Mon Sep 17 00:00:00 2001 From: Marcin Koziej Date: Tue, 13 Dec 2011 11:25:51 +0100 Subject: [PATCH 1/1] bump librarian version and do not fetch tags from librarian in virtualenv --- lib/librarian | 2 +- scripts/make-tags | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/lib/librarian b/lib/librarian index a8e0e65bd..d7ba2c607 160000 --- a/lib/librarian +++ b/lib/librarian @@ -1 +1 @@ -Subproject commit a8e0e65bd0f444c69d7199f7e3c5ebce0d206b09 +Subproject commit d7ba2c607dacf7a6136b83a1588b5adf2278ad46 diff --git a/scripts/make-tags b/scripts/make-tags index 776d9d97c..c1fe3ffc6 100755 --- a/scripts/make-tags +++ b/scripts/make-tags @@ -3,9 +3,10 @@ ROOT=$(git rev-parse --show-toplevel) find $ROOT -name '*.py' | xargs etags -o ${ROOT}/TAGS -find $ROOT/../librarian -name '*.py' | xargs etags -a -o ${ROOT}/TAGS +# librarian is a submodule now +#find $ROOT/../librarian -name '*.py' | xargs etags -a -o ${ROOT}/TAGS if [ -n "$VIRTUAL_ENV" ]; then find ${VIRTUAL_ENV}/lib -name '*.py' |xargs etags -a -o ${ROOT}/TAGS else echo "No Virtual env enabled, will not add it to TAGS" -fi \ No newline at end of file +fi -- 2.20.1