[Groonga-mysql-commit] mroonga/mroonga at 74ab18a [master] travis: simplify

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Dec 8 10:01:32 JST 2014


Kouhei Sutou	2014-12-08 10:01:32 +0900 (Mon, 08 Dec 2014)

  New Revision: 74ab18adf109c554f86de68d8538246ee1ad7dcd
  https://github.com/mroonga/mroonga/commit/74ab18adf109c554f86de68d8538246ee1ad7dcd

  Message:
    travis: simplify

  Modified files:
    tools/travis/install.sh

  Modified: tools/travis/install.sh (+1 -1)
===================================================================
--- tools/travis/install.sh    2014-12-08 09:59:59 +0900 (9edc930)
+++ tools/travis/install.sh    2014-12-08 10:01:32 +0900 (95b8b23)
@@ -42,8 +42,8 @@ if [ "${MROONGA_BUNDLED}" = "yes" ]; then
     tar_gz=${MYSQL_VERSION}.tar.gz
     curl -O ${download_base}/source/${tar_gz}
     tar xzf $tar_gz
-    rm -rf ${MYSQL_VERSION}/storage/mroonga
     mv ${MYSQL_VERSION}/* ./
+    rm -rf storage/mroonga
     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