Navigation Menu

Skip to content

Commit

Permalink
Merge from trunk not 10.0-base
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jun 12, 2013
1 parent 473bdfb commit 9b1f89a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sync.sh
Expand Up @@ -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}/.."
Expand All @@ -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

Expand Down

0 comments on commit 9b1f89a

Please sign in to comment.