summaryrefslogtreecommitdiff
path: root/rebar.config
diff options
context:
space:
mode:
authorAdam Kocoloski <adam@cloudant.com>2011-02-11 13:30:44 -0500
committerAdam Kocoloski <adam@cloudant.com>2011-02-11 13:30:52 -0500
commit1e35250f6b966527465bd5a8381051264e707b0a (patch)
tree8f97f95474f480f580557338d7aa9bfab4a7f4d8 /rebar.config
parent435aed29315cef73a9df9bf35a7fb6bbef6f9559 (diff)
Switch dependency tracking back to dev mode
Diffstat (limited to 'rebar.config')
-rw-r--r--rebar.config14
1 files changed, 7 insertions, 7 deletions
diff --git a/rebar.config b/rebar.config
index 3f8ca33d..4f309e27 100644
--- a/rebar.config
+++ b/rebar.config
@@ -14,19 +14,19 @@
{deps, [
{oauth, ".*", {git, "git://github.com/cloudant/erlang-oauth.git",
- {tag, "CouchDB-1.0.2"}}},
+ {branch, "couch"}}},
{ibrowse, ".*", {git, "git://github.com/cloudant/ibrowse.git",
- {tag, "CouchDB-1.0.2"}}},
+ {branch, "couch2"}}},
{mochiweb, ".*", {git, "git://github.com/cloudant/mochiweb.git",
- {tag, "CouchDB-1.0.2"}}},
+ {branch, "couch"}}},
{rexi, ".*", {git, "git://github.com/cloudant/rexi.git",
- {tag, "1.4.3"}}},
+ master}},
{fabric, ".*", {git, "git://github.com/cloudant/fabric.git",
- {tag, "1.2.1"}}},
+ master}},
{mem3, ".*", {git, "git://github.com/cloudant/mem3.git",
- {tag, "1.1.1"}}},
+ master}},
{chttpd, ".*", {git, "git://github.com/cloudant/chttpd.git",
- {tag, "1.2.1"}}}
+ master}}
]}.
% needed for a clean transition to the deps model
{clean_files, [