[Groonga-commit] droonga/wikipedia-search.wiki at a19f72f [master] Updated ノンストップでノードを追加する場面の検証手順 (markdown)

Back to archive index

YUKI Piro Hiroshi null+****@clear*****
Wed Apr 1 13:06:32 JST 2015


YUKI "Piro" Hiroshi	2015-04-01 13:06:32 +0900 (Wed, 01 Apr 2015)

  New Revision: a19f72f0e27f5b58ba259f83552eec87bacefb89
  https://github.com/droonga/wikipedia-search/wiki/%E3%83%8E%E3%83%B3%E3%82%B9%E3%83%88%E3%83%83%E3%83%97%E3%81%A7%E3%83%8E%E3%83%BC%E3%83%89%E3%82%92%E8%BF%BD%E5%8A%A0%E3%81%99%E3%82%8B%E5%A0%B4%E9%9D%A2%E3%81%AE%E6%A4%9C%E8%A8%BC%E6%89%8B%E9%A0%86/a19f72f0e27f5b58ba259f83552eec87bacefb89

  Message:
    Updated ノンストップでノードを追加する場面の検証手順 (markdown)

  Modified files:
    ノンストップでノードを追加する場面の検証手順.md

  Modified: ノンストップでノードを追加する場面の検証手順.md (+7 -7)
===================================================================
--- ノンストップでノードを追加する場面の検証手順.md    2015-04-01 13:02:39 +0900 (44b806f)
+++ ノンストップでノードを追加する場面の検証手順.md    2015-04-01 13:06:32 +0900 (c146afa)
@@ -67,7 +67,7 @@ $ while true; do ls ~droonga-engine/droonga/state/buffer/intentional/*/; echo "-
 
 ## join前の状態への復帰
 
-restore-nodes.sh:
+reset-nodes.sh:
 
 ~~~
 #!/bin/bash
@@ -96,12 +96,12 @@ $NODE2_SUDO rm -rf ~droonga-engine/droonga/databases ~droonga-engine/droonga/sta
 if [ "$1" = "update" ]
 then
   SCRIPT_URL="https://raw.githubusercontent.com/droonga/droonga-engine/master/install.sh"
-  $NODE0_SUDO curl -o /tmp/install.sh $SCRIPT_URL
-  $NODE0_SUDO env VERSION=master /tmp/install.sh
-  $NODE1_SUDO curl -o /tmp/install.sh $SCRIPT_URL
-  $NODE1_SUDO env VERSION=master /tmp/install.sh
-  $NODE2_SUDO curl -o /tmp/install.sh $SCRIPT_URL
-  $NODE2_SUDO env VERSION=master /tmp/install.sh
+  $NODE0_SUDO curl -s -o /tmp/install.sh $SCRIPT_URL
+  $NODE0_SUDO env VERSION=master bash /tmp/install.sh
+  $NODE1_SUDO curl -s -o /tmp/install.sh $SCRIPT_URL
+  $NODE1_SUDO env VERSION=master bash /tmp/install.sh
+  $NODE2_SUDO curl -s -o /tmp/install.sh $SCRIPT_URL
+  $NODE2_SUDO env VERSION=master bash /tmp/install.sh
 fi
 
 ./copy-db.sh node0 node1
-------------- next part --------------
HTML����������������������������...
다운로드 



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