From 390af63a73b7d91c3c0b37089e88027b4f46a39f Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Mon, 15 May 2023 22:38:18 +0300 Subject: Add support for interactive parameter for task request --- mod/module.cli | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'mod/module.cli') 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 ; include ; include ; // repository_location +include ; // interactive_mode include ; @@ -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 repository | r; + + // Only consider tenants with this interactive build mode. + // + bbot::interactive_mode interactive = bbot::interactive_mode::both; }; class build_result -- cgit v1.1