aboutsummaryrefslogtreecommitdiffhomepage
path: root/site/docs/output_directories.md
diff options
context:
space:
mode:
authorGravatar Kristina Chodorow <kchodorow@google.com>2016-06-20 15:32:37 +0000
committerGravatar Philipp Wollermann <philwo@google.com>2016-06-21 09:58:01 +0000
commitfdd673ddaf5fdd1d0c1495860e465e8e380aee16 (patch)
treed8e19a691a37c6edc3a69ddd94282313396061fe /site/docs/output_directories.md
parentf7ee9885f844b17da1e83c81e6479b5bbb9857e5 (diff)
Document the external directory
Fixes #1110. -- MOS_MIGRATED_REVID=125339849
Diffstat (limited to 'site/docs/output_directories.md')
-rw-r--r--site/docs/output_directories.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/site/docs/output_directories.md b/site/docs/output_directories.md
index f3b40f0409..9b5f391cf7 100644
--- a/site/docs/output_directories.md
+++ b/site/docs/output_directories.md
@@ -85,11 +85,13 @@ The directories are laid out as follows:
that produced output.
command.log <== A copy of the stdout/stderr output from the most recent bazel
command.
+ external/ <== The directory that remote repositories are downloaded/symlinked
+ into.
server/ <== The Bazel server puts all server-related files (such as socket
file, logs, etc) here.
server.socket <== Socket file for the server.
server.log <== Server logs.
- &lt;workspace-name&gt;/ <== Working tree for the Bazel build & root of symlink forest: execRoot
+ &lt;workspace-name&gt;/ <== Working tree for the Bazel build & root of symlink forest: execRoot
_bin/ <== Helper tools are linked from or copied to here.
bazel-out/ <== All actual output of the build is under here: outputPath