summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Newson <rnewson@apache.org>2014-04-28 17:01:56 +0100
committerRobert Newson <rnewson@apache.org>2014-04-29 12:55:13 +0100
commit1b9158f580c56d40606adc60f56bae9e924adde6 (patch)
tree91762b4864745290fb3d53ab284acb764f155596
parent9a361ba62ed3aee5fd6ef11c0cc20807d6b1f3a0 (diff)
downloadcouchdb-1b9158f580c56d40606adc60f56bae9e924adde6.tar.gz
build config before chttpd which uses it
-rw-r--r--rebar.config.script2
1 files changed, 1 insertions, 1 deletions
diff --git a/rebar.config.script b/rebar.config.script
index f828bcd6e..198dae068 100644
--- a/rebar.config.script
+++ b/rebar.config.script
@@ -18,8 +18,8 @@ os:putenv("COUCHDB_CONFIG", ConfigureEnv).
DepDescs = [
{couch_log, "couchdb-couch-log", {branch, "master"}},
- {chttpd, "couchdb-chttpd", {branch, "1843-feature-bigcouch"}},
{config, "couchdb-config", {branch, "1843-feature-bigcouch"}},
+ {chttpd, "couchdb-chttpd", {branch, "1843-feature-bigcouch"}},
{couch, "couchdb-couch", {branch, "1843-feature-bigcouch"}},
{couch_index, "couchdb-couch-index", {branch, "1843-feature-bigcouch"}},
{couch_mrview, "couchdb-couch-mrview", {branch, "1843-feature-bigcouch"}},