[Groonga-mysql-commit] mroonga/mroonga at f17b19c [master] travis: remove MariaDB bundled Mroonga if bundled

Back to archive index

Hiroshi Hatake null+****@clear*****
Sat Dec 6 14:42:55 JST 2014


Hiroshi Hatake	2014-12-06 14:42:55 +0900 (Sat, 06 Dec 2014)

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

  Message:
    travis: remove MariaDB bundled Mroonga if bundled

  Modified files:
    tools/travis/install.sh

  Modified: tools/travis/install.sh (+3 -0)
===================================================================
--- tools/travis/install.sh    2014-12-04 14:24:30 +0900 (f896d24)
+++ tools/travis/install.sh    2014-12-06 14:42:55 +0900 (16d299e)
@@ -43,6 +43,9 @@ if [ "${MROONGA_BUNDLED}" = "yes" ]; then
     curl -O ${download_base}/source/${tar_gz}
     tar xzf $tar_gz
     mv ${MYSQL_VERSION}/* ./
+    if [ -d storage/mroonga ]; then
+        rm -rf storage/mroonga
+    fi
     mv .mroonga storage/mroonga
     rm -rf ${MYSQL_VERSION}
 else
-------------- next part --------------
HTML����������������������������...
Download 



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