[Groonga-mysql-commit] mroonga/mroonga at a86fe94 [master] travis: use US site for downloading MariaDB source

Back to archive index

Kouhei Sutou null+****@clear*****
Mon May 20 14:59:22 JST 2013


Kouhei Sutou	2013-05-20 14:59:22 +0900 (Mon, 20 May 2013)

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

  Message:
    travis: use US site for downloading MariaDB source

  Modified files:
    tools/travis/install.sh

  Modified: tools/travis/install.sh (+1 -1)
===================================================================
--- tools/travis/install.sh    2013-05-20 14:51:13 +0900 (bb63e01)
+++ tools/travis/install.sh    2013-05-20 14:59:22 +0900 (cd58e23)
@@ -36,7 +36,7 @@ if [ "${MRN_BUNDLED}" = "yes" ]; then
     mv .mroonga/tools ./
     sudo apt-get -qq -y build-dep mysql-server
     # Support MariaDB for now.
-    download_base=http://ftp.yz.yamagata-u.ac.jp/pub/dbms/mariadb/${MYSQL_VERSION}
+    download_base=http://ftp.osuosl.org/pub/mariadb/${MYSQL_VERSION}
     tar_gz=${MYSQL_VERSION}.tar.gz
     curl -O ${download_base}/kvm-tarbake-jaunty-x86/${tar_gz}
     tar xzf $tar_gz
-------------- next part --------------
HTML����������������������������...
Download 



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