aboutsummaryrefslogtreecommitdiff
path: root/mod/module.cli
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2023-05-15 22:38:18 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2023-05-17 19:02:14 +0300
commit390af63a73b7d91c3c0b37089e88027b4f46a39f (patch)
tree4c373646625b6c54007a942c6e022dcb14fea4df /mod/module.cli
parent9f5b820aec37ac0a929e074ae2c859229da33b0f (diff)
Add support for interactive parameter for task request
Diffstat (limited to 'mod/module.cli')
-rw-r--r--mod/module.cli8
1 files changed, 7 insertions, 1 deletions
diff --git a/mod/module.cli b/mod/module.cli
index 4c10826..ab72a9a 100644
--- a/mod/module.cli
+++ b/mod/module.cli
@@ -5,6 +5,7 @@ include <map>;
include <regex>;
include <libbpkg/manifest.hxx>; // repository_location
+include <libbbot/manifest.hxx>; // interactive_mode
include <web/xhtml/fragment.hxx>;
@@ -842,9 +843,14 @@ namespace brep
class build_task
{
- // Package repository canonical name (note: including pkg: type).
+ // Only consider packages from repositories with these canonical names
+ // (note: including pkg: type).
//
vector<string> repository | r;
+
+ // Only consider tenants with this interactive build mode.
+ //
+ bbot::interactive_mode interactive = bbot::interactive_mode::both;
};
class build_result