Upgrade bazlets to build with 2.16.7 API

Change I68b5528fe adapted the code to work with the updated
related changes API, but this only works in the in-tree build.

For the standalone build we also need to update the bazlets
revision to use the correct API version.

Bug: Issue 10386
Change-Id: Ie810f4b76e8f12eefdf63975cbf56afbfb0bf37c
1 file changed
tree: 606d688ad30e65becfd4cd331178020eea47f3b0
  1. src/
  2. tools/
  3. .bazelignore
  4. .bazelrc
  5. .gitignore
  6. bazlets.bzl
  7. BUILD
  8. LICENSE
  9. README.md
  10. test.rb
  11. tests.txt
  12. WORKSPACE
README.md

Autosubmitter

Build Status

A gerrit plugin that takes care of automatically merging reviews when all approvals are present.

Also, it introduces the concept of cross-repository reviews. Cross repository reviews are reviews that share a common topic, and are all in different gerrit repositories. They will be merged at the same time, when all approvals for all reviews are present, and all reviews are mergeable.

Requires Gerrit 2.14 or later.

Configuration

[automerge]
        botEmail=admin@example.com
[commentlink "change"]
        match = "#/c/(\\d+)"
        html = "<a href=\"/#/c/$1/\">$1</a>"