diff options
author | Nick Vatamaniuc <vatamane@apache.org> | 2022-10-26 02:03:44 -0400 |
---|---|---|
committer | Nick Vatamaniuc <nickva@users.noreply.github.com> | 2022-10-26 10:01:26 -0400 |
commit | 8a71e3db8a43d8f7e916cbe5f7e5b8be507501c2 (patch) | |
tree | fcad8d6e9790901c1139956d746f75d6fddec534 /rebar.config.script | |
parent | 4e9c5588d765b84742784de5aafa146d14eed11f (diff) | |
download | couchdb-8a71e3db8a43d8f7e916cbe5f7e5b8be507501c2.tar.gz |
Integrate config app into main repo
As per consensus in ML discussion https://lists.apache.org/thread/9dphqb6mjh1v234v15rcft7mfpjx9223
Diffstat (limited to 'rebar.config.script')
-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 bfae0c85f..3b91431f5 100644 --- a/rebar.config.script +++ b/rebar.config.script @@ -108,6 +108,7 @@ os:putenv("COUCHDB_APPS_CONFIG_DIR", filename:join([COUCHDB_ROOT, "rel/apps"])). SubDirs = [ %% must be compiled first as it has a custom behavior "src/couch_epi", + "src/config", "src/couch_log", "src/chttpd", "src/couch", @@ -141,7 +142,6 @@ SubDirs = [ DepDescs = [ %% Independent Apps -{config, "config", {tag, "2.2.1"}}, {b64url, "b64url", {tag, "1.0.3"}}, {ets_lru, "ets-lru", {tag, "1.1.0"}}, {khash, "khash", {tag, "1.1.0"}}, |