[Groonga-commit] groonga/wikipedia-search at 5d4d560 [master] Make wget more quiet

Back to archive index

Kouhei Sutou null+****@clear*****
Tue May 26 10:28:34 JST 2015


Kouhei Sutou	2015-05-26 10:28:34 +0900 (Tue, 26 May 2015)

  New Revision: 5d4d560792756e14f4587d82c379ec4244a037c7
  https://github.com/groonga/wikipedia-search/commit/5d4d560792756e14f4587d82c379ec4244a037c7

  Message:
    Make wget more quiet
    
    Suggested by Hiroaki Nakamura. Thanks!!!

  Modified files:
    benchmark/centos6/pgroonga.sh

  Modified: benchmark/centos6/pgroonga.sh (+2 -2)
===================================================================
--- benchmark/centos6/pgroonga.sh    2015-05-26 10:26:00 +0900 (0253f8f)
+++ benchmark/centos6/pgroonga.sh    2015-05-26 10:28:34 +0900 (c20af69)
@@ -45,7 +45,7 @@ ensure_data()
     run sudo -H yum install -y wget xz
     run mkdir -p "${data_dir}"
     cd "${data_dir}"
-    run wget http://packages.groonga.org/tmp/ja-all-pages.sql.xz
+    run wget --no-verbose http://packages.groonga.org/tmp/ja-all-pages.sql.xz
     run unxz ja-all-pages.sql.xz
     cd -
   fi
@@ -74,7 +74,7 @@ install_pgroonga()
   # 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 wget --no-verbose "http://packages.groonga.org/tmp/${pgroonga_rpm}"
   run sudo rpm -Uvh "${pgroonga_rpm}"
 }
 
-------------- next part --------------
HTML����������������������������...
Download 



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