[Groonga-commit] groonga/groonga [master] doc: update execution examples

Back to archive index

null+****@clear***** null+****@clear*****
2012年 5月 30日 (水) 15:49:20 JST


HAYASHI Kentaro	2012-05-30 15:49:20 +0900 (Wed, 30 May 2012)

  New Revision: 95ff473d86edce650b24614dcfa70b4fb14090aa

  Log:
    doc: update execution examples

  Modified files:
    doc/source/contribution/development/release.txt

  Modified: doc/source/contribution/development/release.txt (+3 -3)
===================================================================
--- doc/source/contribution/development/release.txt    2012-05-30 15:39:23 +0900 (ec15ec1)
+++ doc/source/contribution/development/release.txt    2012-05-30 15:49:20 +0900 (258499c)
@@ -363,7 +363,7 @@ make build PALALLEL=yesコマンドを実行すると、ディストリビュー
 
 リポジトリを作成するには以下のコマンドを実行します。::
 
-    % make build-repository-rpm
+    % make build
 
 リリース対象のRPMに署名を行うには以下のコマンドを実行します。::
 
@@ -407,8 +407,8 @@ Debian系もしくはRed Hat系の場合には本番環境へとアップロー
 ここでは以下のようにrubyを利用してリポジトリをwebサーバ経由で
 参照できるようにします。::
 
-    % ruby1.9.1 -run -e httpd -- packages/yum (yumの場合)
-    % ruby1.9.1 -run -e httpd -- packages/apt/packages (aptの場合)
+    % ruby1.9.1 -run -e httpd -- packages/yum/repositories (yumの場合)
+    % ruby1.9.1 -run -e httpd -- packages/apt/repositories (aptの場合)
 
 grntestの準備
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~




Groonga-commit メーリングリストの案内
Back to archive index