[Groonga-commit] groonga/groonga [master] travis: indent

Back to archive index

Kouhei Sutou null+****@clear*****
Tue Aug 14 11:44:17 JST 2012


Kouhei Sutou	2012-08-14 11:44:17 +0900 (Tue, 14 Aug 2012)

  New Revision: 87ba06c7e1c0f74f6e5b3f59d75877f11bd112dd
  https://github.com/groonga/groonga/commit/87ba06c7e1c0f74f6e5b3f59d75877f11bd112dd

  Log:
    travis: indent

  Modified files:
    data/travis/setup.sh

  Modified: data/travis/setup.sh (+17 -17)
===================================================================
--- data/travis/setup.sh    2012-08-14 11:44:00 +0900 (4e1a4d4)
+++ data/travis/setup.sh    2012-08-14 11:44:17 +0900 (59a3dde)
@@ -14,25 +14,25 @@ if [ "$GROONGA_MASTER" = "yes" ]; then
     sudo make install > /dev/null
     cd ..
 else
-distribution=$(lsb_release --short --id | tr 'A-Z' 'a-z')
-code_name=$(lsb_release --short --codename)
-case $distribution in
-    debian)
-	component=main
-	;;
-    ubuntu)
-	component=universe
-	;;
-esac
-apt_url_base=http://packages.groonga.org
-cat <<EOF | sudo tee /etc/apt/sources.list.d/groonga.list
+    distribution=$(lsb_release --short --id | tr 'A-Z' 'a-z')
+    code_name=$(lsb_release --short --codename)
+    case $distribution in
+	debian)
+	    component=main
+	    ;;
+	ubuntu)
+	    component=universe
+	    ;;
+    esac
+    apt_url_base=http://packages.groonga.org
+    cat <<EOF | sudo tee /etc/apt/sources.list.d/groonga.list
 deb ${apt_url_base}/${distribution}/ ${code_name} ${component}
 deb-src ${apt_url_base}/${distribution}/ ${code_name} ${component}
 EOF
 
-sudo apt-get update
-sudo apt-get -y --allow-unauthenticated install groonga-keyring
-sudo apt-get -y purge zeromq
-sudo apt-get update
-sudo apt-get -y -V install groonga libgroonga-dev
+    sudo apt-get update
+    sudo apt-get -y --allow-unauthenticated install groonga-keyring
+    sudo apt-get -y purge zeromq
+    sudo apt-get update
+    sudo apt-get -y -V install groonga libgroonga-dev
 fi
-------------- next part --------------
HTML����������������������������...
Download 



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