From 9891dbfdc88b94d01144151a8e30116e2ed28a59 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Wed, 3 May 2017 15:24:53 +0300 Subject: Add support for task request manifest toolchain name/version --- mod/options.cli | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'mod/options.cli') diff --git a/mod/options.cli b/mod/options.cli index 46bc3fa..888a591 100644 --- a/mod/options.cli +++ b/mod/options.cli @@ -384,8 +384,8 @@ namespace brep // character). In other words, after url-decoding the space character is // treated the same way as the plus character. // - // @@ Make it of the version type? Maybe after it get moved to libbpkg/types.hxx - // or at least the second use case appear. + // @@ Make it of the version type? Maybe after it get moved to + // libbpkg/types.hxx or at least the second use case appear. // string version | v; @@ -393,6 +393,10 @@ namespace brep // string configuration | c; + // Toolchain version. May not be url-encoded (see above). + // + string toolchain_version | t; + // Package rebuild reason. Must not be empty. // string reason; -- cgit v1.1