summaryrefslogtreecommitdiff
path: root/rel
diff options
context:
space:
mode:
authorJoan Touzet <wohali@users.noreply.github.com>2020-02-01 05:00:18 +0000
committerGitHub <noreply@github.com>2020-02-01 05:00:18 +0000
commitb9d138b0a058fabd5943511e9951e2fbe50a4fd2 (patch)
treea33626b375fa059834580e5831bba4aa87000681 /rel
parent3aab21c8c47246d00af4a777d47924c506dcd2fb (diff)
downloadcouchdb-b9d138b0a058fabd5943511e9951e2fbe50a4fd2.tar.gz
Add recon for user convenience (#2511)
Diffstat (limited to 'rel')
-rw-r--r--rel/reltool.config9
1 files changed, 7 insertions, 2 deletions
diff --git a/rel/reltool.config b/rel/reltool.config
index 1be2ccc9a..5285504ba 100644
--- a/rel/reltool.config
+++ b/rel/reltool.config
@@ -59,7 +59,9 @@
rexi,
setup,
smoosh,
- snappy
+ snappy,
+ %% extra
+ recon
]},
{rel, "start_clean", "", [kernel, stdlib]},
{boot_rel, "couchdb"},
@@ -116,7 +118,10 @@
{app, rexi, [{incl_cond, include}]},
{app, setup, [{incl_cond, include}]},
{app, smoosh, [{incl_cond, include}]},
- {app, snappy, [{incl_cond, include}]}
+ {app, snappy, [{incl_cond, include}]},
+
+ %% extra
+ {app, recon, [{incl_cond, include}]}
]}.
{overlay_vars, "couchdb.config"}.