[Groonga-commit] groonga/groonga [master] travis: reduce clone data size

Back to archive index

Kouhei Sutou null+****@clear*****
Wed Feb 6 11:39:51 JST 2013


Kouhei Sutou	2013-02-06 11:39:51 +0900 (Wed, 06 Feb 2013)

  New Revision: 70cd05e2212c60eff62209bf72b1cb8bf4e47ba3
  https://github.com/groonga/groonga/commit/70cd05e2212c60eff62209bf72b1cb8bf4e47ba3

  Log:
    travis: reduce clone data size

  Modified files:
    data/travis/setup.sh

  Modified: data/travis/setup.sh (+1 -1)
===================================================================
--- data/travis/setup.sh    2013-02-05 18:26:34 +0900 (2372cab)
+++ data/travis/setup.sh    2013-02-06 11:39:51 +0900 (76b8922)
@@ -5,7 +5,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 https://github.com/groonga/groonga.git
+    git clone --depth 1 https://github.com/groonga/groonga.git
     cd groonga
     ./autogen.sh
     ./configure --prefix=/usr --localstatedir=/var --with-debug
-------------- next part --------------
HTML����������������������������...
Download 



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