[Groonga-mysql-commit] mroonga/mroonga at a100c6d [master] travis: follow how to download raw data change on GitHub

アーカイブの一覧に戻る

Kouhei Sutou null+****@clear*****
Mon Apr 28 19:07:18 JST 2014


Kouhei Sutou	2014-04-28 19:07:18 +0900 (Mon, 28 Apr 2014)

  New Revision: a100c6dd03c9c581023d2217c481187bfd807422
  https://github.com/mroonga/mroonga/commit/a100c6dd03c9c581023d2217c481187bfd807422

  Message:
    travis: follow how to download raw data change on GitHub

  Modified files:
    tools/travis/install.sh

  Modified: tools/travis/install.sh (+3 -4)
===================================================================
--- tools/travis/install.sh    2014-04-28 18:55:09 +0900 (895dbe3)
+++ tools/travis/install.sh    2014-04-28 19:07:18 +0900 (bd2248e)
@@ -24,10 +24,9 @@ mariadb_download_base=http://mirror.jmu.edu/pub/mariadb
 # export GROONGA_MASTER=yes
 # export GROONGA_NORMALIZER_MYSQL_MASTER=yes
 
-curl https://raw.github.com/groonga/groonga/master/data/travis/setup.sh
-curl https://raw.github.com/groonga/groonga/master/data/travis/setup.sh | sh
-curl https://raw.github.com/groonga/groonga-normalizer-mysql/master/data/travis/setup.sh | sh
-# curl https://raw.github.com/clear-code/cutter/master/data/travis/setup.sh | sh
+curl --silent --location https://github.com/groonga/groonga/raw/master/data/travis/setup.sh | sh
+curl --silent --location https://github.com/groonga/groonga-normalizer-mysql/raw/master/data/travis/setup.sh | sh
+# curl --silent --location https://github.com/clear-code/cutter/raw/master/data/travis/setup.sh | sh
 
 if [ ! -f /usr/lib/groonga/plugins/tokenizers/mecab.so ]; then
     sudo apt-get -qq -y install groonga-tokenizer-mecab
-------------- next part --------------
HTML����������������������������...
ダウンロード 



More information about the Groonga-mysql-commit mailing list
アーカイブの一覧に戻る