aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOla Rozenfeld <olaola@google.com>2018-10-16 15:11:55 -0400
committerGitHub <noreply@github.com>2018-10-16 15:11:55 -0400
commit28a20d81532697301bbb3ea08e56d7565bac1889 (patch)
tree4be96004b6a9aeafb2550a71911eb230220b8424
parent801400223302dec71ece074c525dc72feb3dc735 (diff)
downloadbazelbuild-remote-apis-28a20d81532697301bbb3ea08e56d7565bac1889.tar.gz
Removing the no-parent restriction in output files and directories (#29)
-rw-r--r--build/bazel/remote/execution/v2/remote_execution.proto10
1 files changed, 4 insertions, 6 deletions
diff --git a/build/bazel/remote/execution/v2/remote_execution.proto b/build/bazel/remote/execution/v2/remote_execution.proto
index 3e6693b..5a3034f 100644
--- a/build/bazel/remote/execution/v2/remote_execution.proto
+++ b/build/bazel/remote/execution/v2/remote_execution.proto
@@ -441,9 +441,8 @@ message Command {
// MUST be sorted lexicographically by code point (or, equivalently, by UTF-8
// bytes).
//
- // An output file cannot be duplicated, be a parent of another output file, be
- // a child of a listed output directory, or have the same path as any of the
- // listed output directories.
+ // An output file cannot be duplicated, be a parent of another output file, or
+ // have the same path as any of the listed output directories.
repeated string output_files = 3;
// A list of the output directories that the client expects to retrieve from
@@ -464,9 +463,8 @@ message Command {
// MUST be sorted lexicographically by code point (or, equivalently, by UTF-8
// bytes).
//
- // An output directory cannot be duplicated, be a parent of another output
- // directory, be a parent of a listed output file, or have the same path as
- // any of the listed output files.
+ // An output directory cannot be duplicated or have the same path as any of
+ // the listed output files.
repeated string output_directories = 4;
// The platform requirements for the execution environment. The server MAY