diff options
author | Robert Newson <robert.newson@cloudant.com> | 2011-06-17 14:37:36 +0100 |
---|---|---|
committer | Robert Newson <robert.newson@cloudant.com> | 2011-06-17 14:37:36 +0100 |
commit | ca738083b0a5053a1402b8eac55d6228b6e952b2 (patch) | |
tree | b39dbc6c98af998999b3fbe6deb2969924bbdd5a | |
parent | e59afb307256a648172c156b0d478ad0f32d2dd6 (diff) |
use fabric branch couch_1.1
-rw-r--r-- | rebar.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rebar.config b/rebar.config index 332ca15f..9fdca73e 100644 --- a/rebar.config +++ b/rebar.config @@ -22,7 +22,7 @@ {rexi, ".*", {git, "https://github.com/cloudant/rexi.git", master}}, {fabric, ".*", {git, "https://github.com/cloudant/fabric.git", - master}}, + {branch, "couch_1.1"}}}, {mem3, ".*", {git, "https://github.com/cloudant/mem3.git", {branch, "couch_1.1"}}}, {chttpd, ".*", {git, "https://github.com/cloudant/chttpd.git", |