[Groonga-mysql-commit] mroonga/mroonga at 0c88e0f [master] travis: remove bundled Mroonga brefore moving directory

Back to archive index

Hiroshi Hatake null+****@clear*****
Sat Dec 6 15:21:55 JST 2014


Hiroshi Hatake	2014-12-06 15:21:55 +0900 (Sat, 06 Dec 2014)

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

  Message:
    travis: remove bundled Mroonga brefore moving directory

  Modified files:
    tools/travis/install.sh

  Modified: tools/travis/install.sh (+1 -1)
===================================================================
--- tools/travis/install.sh    2014-12-06 15:21:09 +0900 (98bc1f9)
+++ tools/travis/install.sh    2014-12-06 15:21:55 +0900 (2a964ec)
@@ -42,10 +42,10 @@ if [ "${MROONGA_BUNDLED}" = "yes" ]; then
     tar_gz=${MYSQL_VERSION}.tar.gz
     curl -O ${download_base}/source/${tar_gz}
     tar xzf $tar_gz
-    mv ${MYSQL_VERSION}/* ./
     if [ -d ${MYSQL_VERSION}/storage/mroonga ]; then
         rm -rf ${MYSQL_VERSION}/storage/mroonga
     fi
+    mv ${MYSQL_VERSION}/* ./
     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