[Groonga-mysql-commit] mroonga/mroonga [fix-for-visual-studio] travis: use CDN

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Oct 4 10:44:52 JST 2012


Kouhei Sutou	2012-08-09 20:52:16 +0900 (Thu, 09 Aug 2012)

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

  Log:
    travis: use CDN

  Modified files:
    tools/travis_before_script.sh

  Modified: tools/travis_before_script.sh (+1 -1)
===================================================================
--- tools/travis_before_script.sh    2012-08-09 20:45:04 +0900 (360089c)
+++ tools/travis_before_script.sh    2012-08-09 20:52:16 +0900 (c1d4925)
@@ -15,7 +15,7 @@ if [ "$MYSQL_VERSION" = "system" ]; then
     cd ..
 else
     sudo apt-get -y install cmake
-    wget http://ftp.jaist.ac.jp/pub/mysql/Downloads/MySQL-5.5/mysql-${MYSQL_VERSION}.tar.gz
+    wget http://cdn.mysql.com/Downloads/MySQL-5.5/mysql-${MYSQL_VERSION}.tar.gz
     tar xvzf mysql-${MYSQL_VERSION}.tar.gz
     ln -s mysql-${MYSQL_VERSION} mysql
     cd mysql
-------------- next part --------------
HTML����������������������������...
Download 



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