summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJay Doane <jaydoane@apache.org>2020-12-13 18:46:17 -0800
committerJay Doane <jaydoane@apache.org>2020-12-13 18:46:17 -0800
commitc16721a35accdb427a50826ae9ad1117baf1d87d (patch)
treeb9d0413e5d6f49546e48d75d9872db3c770e8067
parentf228b90c4a72adf22650ed5713dce5d66be05880 (diff)
downloadcouchdb-custodian-merge.tar.gz
Build custodian and include in releasescustodian-merge
-rw-r--r--rebar.config.script1
-rw-r--r--rel/reltool.config2
2 files changed, 3 insertions, 0 deletions
diff --git a/rebar.config.script b/rebar.config.script
index 1ffbf70b0..03e6fcaf5 100644
--- a/rebar.config.script
+++ b/rebar.config.script
@@ -127,6 +127,7 @@ SubDirs = [
"src/couch_stats",
"src/couch_peruser",
"src/couch_tests",
+ "src/custodian",
"src/ddoc_cache",
"src/dreyfus",
"src/fabric",
diff --git a/rel/reltool.config b/rel/reltool.config
index b58e40071..70f7bbcb9 100644
--- a/rel/reltool.config
+++ b/rel/reltool.config
@@ -40,6 +40,7 @@
couch_stats,
couch_event,
couch_peruser,
+ custodian,
ddoc_cache,
dreyfus,
ets_lru,
@@ -99,6 +100,7 @@
{app, couch_stats, [{incl_cond, include}]},
{app, couch_event, [{incl_cond, include}]},
{app, couch_peruser, [{incl_cond, include}]},
+ {app, custodian, [{incl_cond, include}]},
{app, ddoc_cache, [{incl_cond, include}]},
{app, dreyfus, [{incl_cond, include}]},
{app, ets_lru, [{incl_cond, include}]},