Kouhei Sutou
null+****@clear*****
Sat May 23 23:36:29 JST 2015
Kouhei Sutou 2015-05-23 23:36:29 +0900 (Sat, 23 May 2015) New Revision: 5f23526bb74df8e94a90360e7f6ea2ada0635524 https://github.com/groonga/wikipedia-search/commit/5f23526bb74df8e94a90360e7f6ea2ada0635524 Message: Use unreleased PGroonga Modified files: benchmark/centos6/pgroonga.sh Modified: benchmark/centos6/pgroonga.sh (+6 -0) =================================================================== --- benchmark/centos6/pgroonga.sh 2015-05-23 23:34:33 +0900 (b3a254d) +++ benchmark/centos6/pgroonga.sh 2015-05-23 23:36:29 +0900 (d3b382c) @@ -70,6 +70,12 @@ install_pgroonga() run sudo yum makecache run sudo yum install -y postgresql94-pgroonga run sudo yum install -y groonga-tokenizer-mecab + + # TODO: Remove me when pgroonga-0.6.0 is released. + pgroonga_rpm="postgresql94-pgroonga-0.6.0-1.el6.x86_64.rpm" + rm -rf "${pgroonga_rpm}" + run wget "http://packages.groonga.org/tmp/${pgroonga_rpm}" + run sudo rpm -Uvh "${pgroonga_rpm}" } install_pg_bigm() -------------- next part -------------- HTML����������������������������...Download