From c410312c409bb27326847b3aea152b321886234e Mon Sep 17 00:00:00 2001 From: Gregory Burd Date: Fri, 26 Apr 2013 10:07:10 -0400 Subject: [PATCH] Switch to the develop branch. --- c_src/build_deps.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/c_src/build_deps.sh b/c_src/build_deps.sh index 686fda3..6690421 100755 --- a/c_src/build_deps.sh +++ b/c_src/build_deps.sh @@ -11,7 +11,7 @@ unset POSIX_SHELL # clear it so if we invoke other scripts, they run as ksh as w set -e WT_REPO=http://github.com/wiredtiger/wiredtiger.git -WT_BRANCH=basho +WT_BRANCH=develop WT_VSN="" WT_DIR=wiredtiger-$WT_BRANCH @@ -48,7 +48,6 @@ get_wt () mv wiredtiger $WT_DIR || exit 1 fi [ -d $BASEDIR/$WT_DIR ] || (echo "Missing WiredTiger source directory" && exit 1) - (cd $BASEDIR/$WT_DIR && git cherry-pick a3c8c2a13758ae9c44edabcc1a780984a7882904 || exit 1) (cd $BASEDIR/$WT_DIR [ -e $BASEDIR/wiredtiger-build.patch ] && \ (patch -p1 --forward < $BASEDIR/wiredtiger-build.patch || exit 1 )