[Groonga-mysql-commit] mroonga/mroonga at da989b9 [master] travis: add missing -L

Back to archive index

Kouhei Sutou null+****@clear*****
Fri Aug 26 11:03:57 JST 2016


Kouhei Sutou	2016-08-26 11:03:57 +0900 (Fri, 26 Aug 2016)

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

  Message:
    travis: add missing -L

  Modified files:
    tools/travis/before_script.sh

  Modified: tools/travis/before_script.sh (+1 -1)
===================================================================
--- tools/travis/before_script.sh    2016-08-26 09:53:34 +0900 (990b28d)
+++ tools/travis/before_script.sh    2016-08-26 11:03:57 +0900 (62f0d0d)
@@ -56,7 +56,7 @@ else
       ;;
     mysql-5.7.*)
       boost_archive=boost_1_59_0.tar.gz
-      curl -O http://downloads.sourceforge.net/project/boost/boost/1.59.0/${boost_archive}
+      curl -L -O http://downloads.sourceforge.net/project/boost/boost/1.59.0/${boost_archive}
       sudo mkdir -p /usr/global/share
       sudo mv ${boost_archive} /usr/global/share/
       (cd vendor/mysql && sudo debian/rules override_dh_auto_configure)
-------------- next part --------------
HTML����������������������������...
Download 



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