[Groonga-mysql-commit] mroonga/mroonga at 199e786 [master] travis: update version and series detection

Back to archive index

Kouhei Sutou null+****@clear*****
Fri Sep 30 22:52:39 JST 2016


Kouhei Sutou	2016-09-30 22:52:39 +0900 (Fri, 30 Sep 2016)

  New Revision: 199e78668b498689afce79ca06c3665b7d40c3bf
  https://github.com/mroonga/mroonga/commit/199e78668b498689afce79ca06c3665b7d40c3bf

  Message:
    travis: update version and series detection

  Modified files:
    tools/travis/install.sh

  Modified: tools/travis/install.sh (+2 -2)
===================================================================
--- tools/travis/install.sh    2016-09-30 22:14:57 +0900 (03a3523)
+++ tools/travis/install.sh    2016-09-30 22:52:39 +0900 (92c7888)
@@ -24,8 +24,8 @@ set -e
 
 mariadb_download_base=http://mirror.jmu.edu/pub/mariadb
 
-version=$(echo "$MYSQL_VERSION" | sed -e 's/^\(mysql\|mariadb\)-//')
-series=$(echo "$version" | sed -e 's/\.[0-9]*\(-\?[a-z]*\)\?$//g')
+version=$(echo "$MYSQL_VERSION" | sed -e 's/^\(mysql\|mariadb\|percona-server\)-//')
+series=$(echo "$version" | sed -e 's/\.[0-9]\.[0-9]*\(-\?[a-z]*\)\?$//g')
 
 setup_mariadb_apt()
 {
-------------- next part --------------
HTML����������������������������...
Descargar 



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