aboutsummaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2021-03-29 13:24:01 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2021-03-29 13:44:28 +0300
commit5a54dec1641cafdff19badb1f6ae91bed2456f9b (patch)
tree1179acdb0ada61fa84d89347039731f056ee7dd7 /etc
parentd1cf9082ceb3b2b188f2bfb71ccfc733d8cc2885 (diff)
Add missing build-interactive-login option to etc/brep-module.conf
Diffstat (limited to 'etc')
-rw-r--r--etc/brep-module.conf12
1 files changed, 12 insertions, 0 deletions
diff --git a/etc/brep-module.conf b/etc/brep-module.conf
index 83d18da..57d4865 100644
--- a/etc/brep-module.conf
+++ b/etc/brep-module.conf
@@ -112,6 +112,18 @@ menu About=?about
# build-bot-agent-keys
+# Regular expressions in the /<regex>/<replacement>/ form for transforming the
+# interactive build login information, for example, into the actual command
+# that can be used by the user. The regular expressions are matched against
+# the "<agent> <interactive-login>" string containing the respective task
+# request manifest values. The first matching expression is used for the
+# transformation. If no expression matches, then the task request is
+# considered invalid, unless no expressions are specified. Repeat this option
+# to specify multiple expressions.
+#
+# build-interactive-login
+
+
# Number of builds per page.
#
# build-page-entries 20