Skip to content

Commit

Permalink
Change from some-user to user to reflect the hash value computed
Browse files Browse the repository at this point in the history
Changing to be consistent with the hash value computed.

```
echo "/home/user/src/my-project" | md5sum
7ffd56a6e4cb724ea575aba15733d113  -
```

Closes #16847.

PiperOrigin-RevId: 493175136
Change-Id: I4e0b6968272a77572e51016ba5a0ae121ea1c710
  • Loading branch information
rogerhu authored and copybara-github committed Dec 6, 2022
1 parent 8a26713 commit 88101d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/en/remote/output-directories.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ The directories are laid out as follows:
the bazel executable on first run (such as helper scripts and the
main Java file BazelServer_deploy.jar)
7ffd56a6e4cb724ea575aba15733d113/ <== Hash of the client's workspace directory (such as
/home/some-user/src/my-project): outputBase
/home/user/src/my-project): outputBase
action_cache/ <== Action cache directory hierarchy
This contains the persistent record of the file
metadata (timestamps, and perhaps eventually also MD5
Expand Down

0 comments on commit 88101d0

Please sign in to comment.