From f35cbdbc2b4de02e8400aceb9e10f71c515be16d Mon Sep 17 00:00:00 2001 From: Adam Kocoloski Date: Tue, 26 Oct 2010 00:06:54 -0400 Subject: use get-deps for mochiweb We need to host our own mochiweb which tags the versions used by CouchDB. This commit also contains a new rebar with a patch to fix git tag dependencies (submitted upstream). --- rebar.config | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'rebar.config') diff --git a/rebar.config b/rebar.config index c3ee7d9f..ccca445d 100644 --- a/rebar.config +++ b/rebar.config @@ -13,6 +13,8 @@ % the License. {deps, [ + {mochiweb, ".*", {git, "git://github.com/cloudant/mochiweb.git", {tag, + "CouchDB-1.0.1-rebar"}}}, {rexi, ".*", {git, "git://github.com/cloudant/rexi.git", "master"}}, {fabric, ".*", {git, "git://github.com/cloudant/fabric.git", "master"}}, {mem3, ".*", {git, "git://github.com/cloudant/mem3.git", "master"}}, @@ -20,6 +22,7 @@ ]}. % needed for a clean transition to the deps model {clean_files, [ + "apps/mochiweb/ebin", "apps/rexi/ebin", "apps/fabric/ebin", "apps/mem3/ebin", @@ -29,7 +32,6 @@ "apps/ibrowse", "apps/couch", "apps/etap", - "apps/mochiweb", "apps/oauth", "rel" ]}. -- cgit v1.2.3