diff options
author | Robert Newson <rnewson@apache.org> | 2014-04-28 17:01:56 +0100 |
---|---|---|
committer | Robert Newson <rnewson@apache.org> | 2014-04-29 12:55:13 +0100 |
commit | 1b9158f580c56d40606adc60f56bae9e924adde6 (patch) | |
tree | 91762b4864745290fb3d53ab284acb764f155596 | |
parent | 9a361ba62ed3aee5fd6ef11c0cc20807d6b1f3a0 (diff) | |
download | couchdb-1b9158f580c56d40606adc60f56bae9e924adde6.tar.gz |
build config before chttpd which uses it
-rw-r--r-- | rebar.config.script | 2 |
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"}}, |