[Groonga-commit] groonga/groonga at ac6173a [master] Add missing --recursive

Back to archive index

Kouhei Sutou null+****@clear*****
Tue Dec 30 12:20:34 JST 2014


Kouhei Sutou	2014-12-30 12:20:34 +0900 (Tue, 30 Dec 2014)

  New Revision: ac6173a1c617d2c04e84edea50052dfe6c304641
  https://github.com/groonga/groonga/commit/ac6173a1c617d2c04e84edea50052dfe6c304641

  Message:
    Add missing --recursive

  Modified files:
    data/travis/setup.sh

  Modified: data/travis/setup.sh (+1 -1)
===================================================================
--- data/travis/setup.sh    2014-12-30 12:04:14 +0900 (285776e)
+++ data/travis/setup.sh    2014-12-30 12:20:34 +0900 (df5e3af)
@@ -21,7 +21,7 @@ set -e
 if [ "$GROONGA_MASTER" = "yes" ]; then
     sudo apt-get install -qq -y -V autotools-dev pkg-config libmecab-dev \
 	libmsgpack-dev libevent-dev
-    git clone --depth 1 https://github.com/groonga/groonga.git
+    git clone --recursive --depth 1 https://github.com/groonga/groonga.git
     cd groonga
     ./autogen.sh
     ./configure --prefix=/usr --localstatedir=/var --enable-debug
-------------- next part --------------
HTML����������������������������...
다운로드 



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