[Groonga-mysql-commit] mroonga/mroonga at 995f485 [master] travis: follow MariaDB source download URL

Back to archive index

Kouhei Sutou null+****@clear*****
Thu May 15 14:54:42 JST 2014


Kouhei Sutou	2014-05-15 14:54:42 +0900 (Thu, 15 May 2014)

  New Revision: 995f48522b809bb0b9d66f9d61974774fc492397
  https://github.com/mroonga/mroonga/commit/995f48522b809bb0b9d66f9d61974774fc492397

  Message:
    travis: follow MariaDB source download URL
    
    Redmine: fixes #2557
    
    Reported by Hiroshi Hatake. Thanks!!!

  Modified files:
    tools/travis/install.sh

  Modified: tools/travis/install.sh (+1 -1)
===================================================================
--- tools/travis/install.sh    2014-05-15 13:21:37 +0900 (bd2248e)
+++ tools/travis/install.sh    2014-05-15 14:54:42 +0900 (334a1d9)
@@ -40,7 +40,7 @@ if [ "${MRN_BUNDLED}" = "yes" ]; then
     # Support MariaDB for now.
     download_base=${mariadb_download_base}/${MYSQL_VERSION}
     tar_gz=${MYSQL_VERSION}.tar.gz
-    curl -O ${download_base}/kvm-tarbake-jaunty-x86/${tar_gz}
+    curl -O ${download_base}/source/${tar_gz}
     tar xzf $tar_gz
     mv ${MYSQL_VERSION}/* ./
     mv .mroonga storage/mroonga
-------------- next part --------------
HTML����������������������������...
下载 



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