Migrate `tools/bazel.rc` to `.bazelrc`

Since: [1] Bazel changed the list of resource file locations.
Adapt to that list and move `%workspace%/tools/bazelrc` to
`%workspace%/.bazelrc`.

[1] https://github.com/bazelbuild/bazel/commit/ec83598

Change-Id: I3d2c05691b757684ba8f816cf2669c754dd77888
(cherry picked from commit b31596bb73cc8a67481ba3439f44384341bd15e4)
1 file changed
tree: 45cfdde9b18e271243a2e049e78e3a551d0b5504
  1. .settings/
  2. src/
  3. tools/
  4. .bazelrc
  5. .gitignore
  6. bazlets.bzl
  7. BUILD
  8. external_plugin_deps.bzl
  9. README.md
  10. WORKSPACE
README.md

Delete project plugin for Gerrit Code Review

A plugin which allows projects to be deleted from Gerrit via an SSH command, REST API or the Project settings screen.

Build Status