You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by rn...@apache.org on 2014/07/10 16:50:42 UTC

[09/50] couchdb commit: updated refs/heads/master to 6526051

build config before chttpd which uses it


Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/1b9158f5
Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/1b9158f5
Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/1b9158f5

Branch: refs/heads/master
Commit: 1b9158f580c56d40606adc60f56bae9e924adde6
Parents: 9a361ba
Author: Robert Newson <rn...@apache.org>
Authored: Mon Apr 28 17:01:56 2014 +0100
Committer: Robert Newson <rn...@apache.org>
Committed: Tue Apr 29 12:55:13 2014 +0100

----------------------------------------------------------------------
 rebar.config.script | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/1b9158f5/rebar.config.script
----------------------------------------------------------------------
diff --git a/rebar.config.script b/rebar.config.script
index f828bcd..198dae0 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"}},