diff options
author | Seb Bacon <seb.bacon@gmail.com> | 2012-01-26 10:20:18 +0000 |
---|---|---|
committer | Seb Bacon <seb.bacon@gmail.com> | 2012-01-26 10:20:18 +0000 |
commit | bbbfd5c9741b998808458e0c80843549b68f4b79 (patch) | |
tree | 2c4ae679dd5e622a592de48b7ccf5fc3208241b1 /script/rebuild-xapian-index | |
parent | 4853aef253dd94a8d1f731910a2fb8a93ce76773 (diff) | |
parent | b5354e661bd740e482cd3090876f9bd34164dcf3 (diff) |
Merge branch 'wdtk' of github.com:sebbacon/alaveteli into wdtk
Diffstat (limited to 'script/rebuild-xapian-index')
-rwxr-xr-x | script/rebuild-xapian-index | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/script/rebuild-xapian-index b/script/rebuild-xapian-index index 11e4a46be..5986f5259 100755 --- a/script/rebuild-xapian-index +++ b/script/rebuild-xapian-index @@ -1,6 +1,4 @@ #!/bin/bash cd `dirname $0` -rake --silent xapian:rebuild_index models="PublicBody User InfoRequestEvent" - - +rake --silent "$@" xapian:rebuild_index models="PublicBody User InfoRequestEvent" |