diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2017-05-03 15:24:53 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2017-05-03 15:40:41 +0300 |
commit | 9891dbfdc88b94d01144151a8e30116e2ed28a59 (patch) | |
tree | a37bdbf8330eef130ed778fc1ed34af50dadfd3e /mod/options.cli | |
parent | 3f270d5ce4534e92ebfaa032d373e6c35a6f8d46 (diff) |
Add support for task request manifest toolchain name/version
Diffstat (limited to 'mod/options.cli')
-rw-r--r-- | mod/options.cli | 8 |
1 files changed, 6 insertions, 2 deletions
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; |