YUKI Hiroshi
null+****@clear*****
Wed Apr 8 16:50:59 JST 2015
YUKI Hiroshi 2015-04-08 16:50:59 +0900 (Wed, 08 Apr 2015) New Revision: 9e84ba617b21e7c4eb387eb92cf8006993f0050a https://github.com/droonga/droonga-engine/commit/9e84ba617b21e7c4eb387eb92cf8006993f0050a Message: Install latest Rroonga from repository always, for master Modified files: install.sh Modified: install.sh (+4 -2) =================================================================== --- install.sh 2015-04-08 13:55:23 +0900 (1fdfe19) +++ install.sh 2015-04-08 16:50:59 +0900 (31244e8) @@ -215,6 +215,9 @@ install_rroonga_master() { } install_rroonga() { + install_rroonga_master + return + if exist_command grndump; then local current_version=$(grndump -v | cut -d " " -f 2) local version_matcher=$(cat $NAME.gemspec | \ @@ -227,8 +230,7 @@ install_rroonga() { local compare_result=$(ruby -e "puts('$current_version' $operator '$compared_version')") if [ "$compare_result" = "true" ]; then return 0; fi fi - # gem install rroonga --no-ri --no-rdoc - install_rroonga_master + gem install rroonga --no-ri --no-rdoc } install_from_repository() { -------------- next part -------------- HTML����������������������������...다운로드