aboutsummaryrefslogtreecommitdiffhomepage
path: root/site/docs/build-event-protocol.md
Commit message (Collapse)AuthorAge
* remote: rename auth flags.Gravatar Jakob Buchgraber2017-12-20
| | | | | | | | | | | | | | | | | | | | | | --auth_* flags only work with Google Cloud Authentication. That's confusing and restricts the naming of more general purpose authentication flags that we might want to add in the future. So instead of --auth_* let's call them --google_* (the old ones will continue working for a while). Also, --auth_enabled (aka --google_default_credentials) is no longer required when specifying --auth_credentials (aka --google_credentials). So now there's two simple ways to authenticate with Google Cloud: * bazel build --google_default_credentials * bazel build --google_credentials=creds.json RELNOTES: --auth_* flags were renamed to --google_* flags. The old names will continue to work for this release but will be removed in the next release. Change-Id: Ia1736f32e15a37995be3172cd9608d518ddeab44 PiperOrigin-RevId: 179700832
* Fix markup in Build Event Protocol documentationGravatar Alex Vandiver2017-09-27
| | | | | | Closes #3765. PiperOrigin-RevId: 170172072
* docs: mention remote caching in BES documentationGravatar Jakob Buchgraber2017-09-12
| | | | | | | | | cc: @endobson Closes #3698. Change-Id: I12648f4fa284dfee9d56f605dec0d984f8bba3aa PiperOrigin-RevId: 168222979
* site: add documentation about the BEP and BESGravatar Jakob Buchgraber2017-08-07
Provide an overview of the Build Event Protocol and Build Event Service. Change-Id: If11a060cea7ce0fef80486a473b0f7c1b523f50c PiperOrigin-RevId: 164435311