[Groonga-mysql-commit] mroonga/mariadb-sync at 5f83eac [master] Don't require --overwrite option for bzr push

アーカイブの一覧に戻る

Kouhei Sutou null+****@clear*****
Tue Feb 4 13:35:22 JST 2014


Kouhei Sutou	2014-02-04 13:35:22 +0900 (Tue, 04 Feb 2014)

  New Revision: 5f83eac4f21e391a267c3ccd4a0c5c37bdc0b5d8
  https://github.com/mroonga/mariadb-sync/commit/5f83eac4f21e391a267c3ccd4a0c5c37bdc0b5d8

  Message:
    Don't require --overwrite option for bzr push

  Modified files:
    README.md
    sync.sh

  Modified: README.md (+2 -2)
===================================================================
--- README.md    2014-01-23 19:08:02 +0900 (b1fcd38)
+++ README.md    2014-02-04 13:35:22 +0900 (81e220f)
@@ -12,7 +12,7 @@
 ただし、launchpadのリポジトリへのpushはしません。↑のテスト実行結果を確
 認して、問題なければ以下のコマンドを使ってpushしてください。
 
-    % bzr push --overwrite lp:~mroonga/maria/mroonga
+    % (cd ../mroonga && bzr push lp:~mroonga/maria/mroonga)
 
 ## 使い方
 
@@ -28,7 +28,7 @@
     % cd ~/work/maria/mariadb-sync
     % ./sync.sh
     (↑の結果を確認し、問題がなかったら↓を実行。)
-    % bzr push --overwrite lp:~mroonga/maria/mroonga
+    % (cd ../mroonga && bzr push lp:~mroonga/maria/mroonga)
 
 最初にsync.shを実行したときはMariaDBのリポジトリを `bzr branch` してく
 るのでとても時間がかかります。(数時間単位)

  Modified: sync.sh (+2 -1)
===================================================================
--- sync.sh    2014-01-23 19:08:02 +0900 (0609421)
+++ sync.sh    2014-02-04 13:35:22 +0900 (2e7cbf7)
@@ -5,6 +5,7 @@ set -u
 set -x
 
 merge_from=trunk
+push_repository=lp:~mroonga/maria/mroonga
 
 base_dir="$(cd $(dirname "$0") && pwd)"
 top_dir="${base_dir}/.."
@@ -45,7 +46,7 @@ setup_repositories()
     fi
 
     if [ ! -d mroonga ]; then
-	bzr branch ${merge_from} mroonga
+	bzr branch ${push_repository} mroonga
     fi
 }
 
-------------- next part --------------
HTML����������������������������...
ダウンロード 



More information about the Groonga-mysql-commit mailing list
アーカイブの一覧に戻る