Clone less buck and gerrit code during tests

Try to clone the last master commit only during travis tests
using --depth=1 --branch=master git-clone switches.
1 file changed
tree: dd6d55707ebd3ccf68c3bf3b56fe4aad401ba7cc
  1. src/
  2. .gitignore
  3. .travis.yml
  4. BUCK
  5. LICENSE
  6. README.md
README.md

automerge-plugin

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.10 or later.