[Groonga-commit] groonga/wikipedia-search at 16ffdec [master] Disable self data generation

Back to archive index

Kouhei Sutou null+****@clear*****
Tue May 26 21:05:49 JST 2015


Kouhei Sutou	2015-05-26 21:05:49 +0900 (Tue, 26 May 2015)

  New Revision: 16ffdecff3052d0738b89294c12a867c11e9d769
  https://github.com/groonga/wikipedia-search/commit/16ffdecff3052d0738b89294c12a867c11e9d769

  Message:
    Disable self data generation

  Modified files:
    benchmark/centos6/pgroonga.sh

  Modified: benchmark/centos6/pgroonga.sh (+12 -11)
===================================================================
--- benchmark/centos6/pgroonga.sh    2015-05-26 10:28:34 +0900 (c20af69)
+++ benchmark/centos6/pgroonga.sh    2015-05-26 21:05:49 +0900 (a4690da)
@@ -38,17 +38,18 @@ ensure_data()
     return
   fi
 
-  if which rake > /dev/null 2>&1; then
-    run rake data/sql/ja-all-pages.sql
-  else
-    run sudo -H yum install -y epel-release
-    run sudo -H yum install -y wget xz
-    run mkdir -p "${data_dir}"
-    cd "${data_dir}"
-    run wget --no-verbose http://packages.groonga.org/tmp/ja-all-pages.sql.xz
-    run unxz ja-all-pages.sql.xz
-    cd -
-  fi
+#  if which rake > /dev/null 2>&1; then
+#    run rake data/sql/ja-all-pages.sql
+#    return
+#  fi
+
+  run sudo -H yum install -y epel-release
+  run sudo -H yum install -y wget xz
+  run mkdir -p "${data_dir}"
+  cd "${data_dir}"
+  run wget --no-verbose http://packages.groonga.org/tmp/ja-all-pages.sql.xz
+  run unxz ja-all-pages.sql.xz
+  cd -
 }
 
 setup_postgresql_repository()
-------------- next part --------------
HTML����������������������������...
다운로드 



More information about the Groonga-commit mailing list
Back to archive index