[Groonga-mysql-commit] mroonga/mroonga at b899472 [master] travis: use "install" to upgrade mysql-server-5.5

Back to archive index

Kouhei Sutou null+****@clear*****
Tue Oct 21 12:14:09 JST 2014


Kouhei Sutou	2014-10-21 12:14:09 +0900 (Tue, 21 Oct 2014)

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

  Message:
    travis: use "install" to upgrade mysql-server-5.5
    
    We can't use "upgrade" for partial upgrade. :<

  Modified files:
    tools/travis/install.sh

  Modified: tools/travis/install.sh (+2 -2)
===================================================================
--- tools/travis/install.sh    2014-10-21 12:03:36 +0900 (74db57a)
+++ tools/travis/install.sh    2014-10-21 12:14:09 +0900 (e258818)
@@ -57,8 +57,8 @@ else
 	    sudo apt-get -qq -y build-dep mysql-server
 	    if [ "$version" = "system" ]; then
 		sudo apt-get -qq -y install \
-		    mysql-server mysql-testsuite libmysqld-dev
-                sudo apt-get -qq upgrade mysql-server
+		    mysql-server mysql-server-5.5 mysql-server-core-5.5 \
+		    mysql-testsuite libmysqld-dev
 		apt-get -qq source mysql-server
 		ln -s $(find . -maxdepth 1 -type d | sort | tail -1) mysql
 	    else
-------------- next part --------------
HTML����������������������������...
Download 



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