diff options
author | angie <angie> | 2008-07-10 15:27:07 +0000 |
---|---|---|
committer | angie <angie> | 2008-07-10 15:27:07 +0000 |
commit | cdddf4374af6bfb1e6907821cb6aefdb0b272522 (patch) | |
tree | fe1f3e7bce97acefc0b40794da76b7d61195f067 | |
parent | 561a7266c44b9ccc6557c22bae1202fddfa121dd (diff) |
remove trace
-rwxr-xr-x | script/rebuild-xapian-index | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/script/rebuild-xapian-index b/script/rebuild-xapian-index index ed859ada4..11e4a46be 100755 --- a/script/rebuild-xapian-index +++ b/script/rebuild-xapian-index @@ -1,6 +1,6 @@ #!/bin/bash cd `dirname $0` -rake --silent xapian:rebuild_index models="PublicBody User InfoRequestEvent" --trace +rake --silent xapian:rebuild_index models="PublicBody User InfoRequestEvent" |