From 5a54dec1641cafdff19badb1f6ae91bed2456f9b Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Mon, 29 Mar 2021 13:24:01 +0300 Subject: Add missing build-interactive-login option to etc/brep-module.conf --- etc/brep-module.conf | 12 ++++++++++++ mod/module.cli | 3 ++- 2 files changed, 14 insertions(+), 1 deletion(-) 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 /// 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 " " 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 diff --git a/mod/module.cli b/mod/module.cli index 3ba6ecd..c95c20c 100644 --- a/mod/module.cli +++ b/mod/module.cli @@ -406,7 +406,8 @@ namespace brep \"\ \" 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." + request is considered invalid, unless no expressions are specified. + Repeat this option to specify multiple expressions." } }; -- cgit v1.1