[Groonga-commit] droonga/droonga-http-server at 6cced01 [master] Remove needless "INSTALL_" prefix.

Back to archive index

YUKI Piro Hiroshi null+****@clear*****
Sat Sep 13 13:46:59 JST 2014


YUKI "Piro" Hiroshi	2014-09-13 13:46:59 +0900 (Sat, 13 Sep 2014)

  New Revision: 6cced01104ce58d7b7a0b6617a87367edc39ed86
  https://github.com/droonga/droonga-http-server/commit/6cced01104ce58d7b7a0b6617a87367edc39ed86

  Message:
    Remove needless "INSTALL_" prefix.
    
    Because this is "install".sh.
    See: https://github.com/droonga/droonga.org/issues/17#issuecomment-55396226

  Modified files:
    install.sh

  Modified: install.sh (+4 -4)
===================================================================
--- install.sh    2014-09-12 20:36:04 +0900 (9ec5bb2)
+++ install.sh    2014-09-13 13:46:59 +0900 (e80e7e4)
@@ -27,8 +27,8 @@ DROONGA_BASE_DIR=/home/$USER/droonga
 
 EXPRESS_DROONGA_REPOSITORY_URL=git://github.com/droonga/express-droonga.git#master
 
-if [ "$INSTALL_VERSION" = "" ]; then
-  export INSTALL_VERSION=release
+if [ "$VERSION" = "" ]; then
+  export VERSION=release
 fi
 
 case $(uname) in
@@ -96,7 +96,7 @@ install_in_debian() {
   apt-get update
   apt-get -y upgrade
   apt-get install -y nodejs nodejs-legacy npm
-  if [ "$INSTALL_VERSION" = "master" ]; then
+  if [ "$VERSION" = "master" ]; then
     echo "Installing $NAME from the git repository..."
     apt-get install -y git
     install_master
@@ -122,7 +122,7 @@ install_in_centos() {
   yum -y update
   yum -y install epel-release
   yum -y install npm
-  if [ "$INSTALL_VERSION" = "master" ]; then
+  if [ "$VERSION" = "master" ]; then
     echo "Installing $NAME from the git repository..."
     yum -y install git
     install_master
-------------- next part --------------
HTML����������������������������...
Download 



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