This is an automated email from the ASF dual-hosted git repository.

rnewson pushed a commit to branch ra
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit 0a99d6c344c80a8ee77b47542cbe9a2a1e36dc07
Author: Robert Newson <[email protected]>
AuthorDate: Wed Aug 28 22:56:52 2024 +0100

    start Ra on boot
---
 rel/reltool.config            | 8 ++++++++
 src/fabric/src/fabric.app.src | 1 +
 2 files changed, 9 insertions(+)

diff --git a/rel/reltool.config b/rel/reltool.config
index c1f0ea070..4aa07e713 100644
--- a/rel/reltool.config
+++ b/rel/reltool.config
@@ -66,6 +66,10 @@
 
         %% extra
         nouveau,
+        ra,
+        aten,
+        gen_batch_server,
+        seshat,
         recon
     ]},
     {rel, "start_clean", "", [kernel, stdlib]},
@@ -129,6 +133,10 @@
 
     %% extra
     {app, nouveau, [{incl_cond, include}]},
+    {app, ra, [{incl_cond, include}]},
+    {app, aten, [{incl_cond, include}]},
+    {app, gen_batch_server, [{incl_cond, include}]},
+    {app, seshat, [{incl_cond, include}]},
     {app, recon, [{incl_cond, include}]}
 ]}.
 
diff --git a/src/fabric/src/fabric.app.src b/src/fabric/src/fabric.app.src
index d7686ca1a..e9fd0333c 100644
--- a/src/fabric/src/fabric.app.src
+++ b/src/fabric/src/fabric.app.src
@@ -19,6 +19,7 @@
         stdlib,
         config,
         couch,
+        ra,
         rexi,
         mem3,
         couch_log,

Reply via email to