[Groonga-mysql-commit] mroonga/mroonga at 0aedfb2 [master] travis: support X.Y.Za style version such as 5.5.33a

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Nov 18 13:07:08 JST 2013


Kouhei Sutou	2013-11-18 13:07:08 +0900 (Mon, 18 Nov 2013)

  New Revision: 0aedfb2f09ac6db10a4e1cf4c3f49dd64e2d9784
  https://github.com/mroonga/mroonga/commit/0aedfb2f09ac6db10a4e1cf4c3f49dd64e2d9784

  Message:
    travis: support X.Y.Za style version such as 5.5.33a

  Modified files:
    tools/travis/install.sh

  Modified: tools/travis/install.sh (+1 -1)
===================================================================
--- tools/travis/install.sh    2013-11-15 18:36:31 +0900 (c7a4019)
+++ tools/travis/install.sh    2013-11-18 13:07:08 +0900 (54e35b8)
@@ -48,7 +48,7 @@ else
     cd vendor
 
     version=$(echo "$MYSQL_VERSION" | sed -e 's/^\(mysql\|mariadb\)-//')
-    series=$(echo "$version" | sed -e 's/\.[0-9]*\(-[a-z]*\)\?$//g')
+    series=$(echo "$version" | sed -e 's/\.[0-9]*\(-\?[a-z]*\)\?$//g')
     case "$MYSQL_VERSION" in
 	mysql-*)
 	    sudo apt-get -qq update
-------------- next part --------------
HTML����������������������������...
Download 



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