From 3302ab26ed35f825872632a9db6dd30fe27a98d5 Mon Sep 17 00:00:00 2001 From: Gregory Burd Date: Tue, 19 Nov 2013 14:16:26 -0500 Subject: [PATCH] Use the develop branch for now. --- c_src/build_deps.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/c_src/build_deps.sh b/c_src/build_deps.sh index 01dce74..50defa5 100755 --- a/c_src/build_deps.sh +++ b/c_src/build_deps.sh @@ -11,10 +11,10 @@ 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=develop -#WT_DIR=wiredtiger-`basename $WT_BRANCH` -WT_REF="tags/1.6.6" -WT_DIR=wiredtiger-`basename $WT_REF` +WT_BRANCH=develop +WT_DIR=wiredtiger-`basename $WT_BRANCH` +#WT_REF="tags/1.6.6" +#WT_DIR=wiredtiger-`basename $WT_REF` SNAPPY_VSN="1.0.4" SNAPPY_DIR=snappy-$SNAPPY_VSN