aboutsummaryrefslogtreecommitdiffstats
path: root/script/update-xapian-index
diff options
context:
space:
mode:
authorlouise <louise>2009-04-08 11:36:30 +0000
committerlouise <louise>2009-04-08 11:36:30 +0000
commit66d9acd9bd511a6441ab5461c90312fa55e418e0 (patch)
tree35aa76b5ebf3b3064ee381b99bda012906130989 /script/update-xapian-index
parent7431967ab6cc58d8ea7670ac04b6f35e817a70d9 (diff)
Switching on verbose mode for Xapian index updating and redirecting cron output to me in order to investigate slow running of update-xapian-index
Diffstat (limited to 'script/update-xapian-index')
-rwxr-xr-xscript/update-xapian-index2
1 files changed, 1 insertions, 1 deletions
diff --git a/script/update-xapian-index b/script/update-xapian-index
index 7f38fee80..72de02575 100755
--- a/script/update-xapian-index
+++ b/script/update-xapian-index
@@ -1,5 +1,5 @@
#!/bin/bash
cd `dirname $0`
-rake --silent xapian:update_index
+rake --silent verbose=true xapian:update_index