[Groonga-mysql-commit] mroonga/mariadb-sync at 9b1f89a [master] Merge from trunk not 10.0-base

Back to archive index

Kouhei Sutou null+****@clear*****
Wed Jun 12 16:09:06 JST 2013


Kouhei Sutou	2013-06-12 16:09:06 +0900 (Wed, 12 Jun 2013)

  New Revision: 9b1f89a97bcdbd175f49ed897aa4bfc9dc35e6ee
  https://github.com/mroonga/mariadb-sync/commit/9b1f89a97bcdbd175f49ed897aa4bfc9dc35e6ee

  Message:
    Merge from trunk not 10.0-base

  Modified files:
    sync.sh

  Modified: sync.sh (+2 -2)
===================================================================
--- sync.sh    2013-05-23 15:22:06 +0900 (c52900a)
+++ sync.sh    2013-06-12 16:09:06 +0900 (c48b163)
@@ -4,7 +4,7 @@ set -e
 set -u
 set -x
 
-merge_from=10.0-base
+merge_from=trunk
 
 base_dir="$(cd $(dirname "$0") && pwd)"
 top_dir="${base_dir}/.."
@@ -27,7 +27,7 @@ setup_repositories()
 
     if [ ! -d ${merge_from} ]; then
 	bzr init-repo .
-	bzr branch lp:~maria-captains/maria/${merge_from}
+	bzr branch lp:maria ${merge_from}
 	rm -rf mroonga
     fi
 
-------------- next part --------------
HTML����������������������������...
Download 



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