summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Shorin <kxepal@apache.org>2015-12-22 01:00:12 +0300
committerAlexander Shorin <kxepal@apache.org>2015-12-22 01:01:31 +0300
commit4bd9e7e4cec8221e9fde5c9c224b06ff704342d5 (patch)
treef5a61cdbe9ae6f3bf10af852de89bf5663dab9bd
parent37f4d55884fdd34888fa0488439766c4e1803c4c (diff)
downloadcouchdb-4bd9e7e4cec8221e9fde5c9c224b06ff704342d5.tar.gz
Move config to the top as it defines custom behavior
Which is used by couch_log now, causing compilation warning. However, following alphabet ordering config have to be put before couch_log anyway.
-rw-r--r--rebar.config.script2
1 files changed, 1 insertions, 1 deletions
diff --git a/rebar.config.script b/rebar.config.script
index ecb773b71..4dcdaa09c 100644
--- a/rebar.config.script
+++ b/rebar.config.script
@@ -24,12 +24,12 @@ os:putenv("COUCHDB_APPS_CONFIG_DIR", filename:join([COUCHDB_ROOT, "rel/apps"])).
DepDescs = [
%% must be compiled first as it has a custom behavior
{couch_epi, "couch-epi", "807aa3f58e39f1273e732020c80d630d9177790c"},
+{config, "config", "84197a6f1c5cb43447239df1fe57b4312b0c03c4"},
%% keep these sorted
{b64url, "b64url", "319fc604235ab1fde37047b38a432450161db750"},
{cassim, "cassim", "ab1ef1cee5f7b7ec1733e44845c1df99fc7a66a3"},
{couch_log, "couch-log", "939b3a7bda7dcb03f841b899762b188ca31bc230"},
{couch_log_lager, "couch-log-lager", "b2a0471a87765de50c5eb05c65c121f68a9ae9fa"},
-{config, "config", "84197a6f1c5cb43447239df1fe57b4312b0c03c4"},
{chttpd, "chttpd", "417679a9cf2277693253d3f9c2ac0e52fa1ba75c"},
{couch, "couch", "f33f9fa1281fd6c50a86cb9853bd2d9ec2dd007c"},
{couch_index, "couch-index", "14f579dcd142ee90300244c854b301bbd5c863ee"},