[Groonga-mysql-commit] mroonga/mroonga at e2a7bba [master] travis: use "mariadb" prefix for MariaDB packages

アーカイブの一覧に戻る

Kouhei Sutou null+****@clear*****
Mon Aug 26 18:13:41 JST 2013


Kouhei Sutou	2013-08-26 18:13:41 +0900 (Mon, 26 Aug 2013)

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

  Message:
    travis: use "mariadb" prefix for MariaDB packages

  Modified files:
    tools/travis/install.sh

  Modified: tools/travis/install.sh (+3 -3)
===================================================================
--- tools/travis/install.sh    2013-08-26 18:03:34 +0900 (0064f18)
+++ tools/travis/install.sh    2013-08-26 18:13:41 +0900 (5e62099)
@@ -85,9 +85,9 @@ deb ${apt_url_base}/${distribution}/ ${code_name} ${component}
 deb-src ${apt_url_base}/${distribution}/ ${code_name} ${component}
 EOF
 	    sudo apt-get -qq update
-	    sudo apt-get -qq -y build-dep mysql-server
-	    sudo apt-get -qq -y install mysql-server mysql-testsuite
-	    apt-get -qq source mysql-server
+	    sudo apt-get -qq -y build-dep mariadb-server
+	    sudo apt-get -qq -y install mariadb-server mariadb-testsuite
+	    apt-get -qq source mariadb-server
 	    ln -s $(find . -maxdepth 1 -type d | sort | tail -1) mysql
 	    ;;
     esac
-------------- next part --------------
HTML����������������������������...
ダウンロード 



More information about the Groonga-mysql-commit mailing list
アーカイブの一覧に戻る