* Update plugins/gitiles from branch 'master' to 860c74e31d41c9ff6b3b39c99b40647fd7fce9d7 - Merge branch 'stable-3.1' * stable-3.1: Bump Bazel version to 2.2.0 Bump required Bazel version to 2.1.0 Upgrade bazlets to latest stable-2.16 to build with 2.16.16 API Documentation: Add missing footer that links to plugin index page Documentation: Refactor to match other plugin documentation Add an empty tools/BUILD file explicitly for Bazel Upgrade bazlets to latest stable-2.16 Upgrade bazlets to latest stable-2.16 Upgrade bazlets to latest stable-2.15 Upgrade bazlets to latest stable-2.14 Change-Id: I436825569e983e06b338030d135e99393925f829 - Merge branch 'stable-3.0' into stable-3.1 * stable-3.0: Bump Bazel version to 2.2.0 Bump required Bazel version to 2.1.0 Upgrade bazlets to latest stable-2.16 to build with 2.16.16 API Documentation: Add missing footer that links to plugin index page Documentation: Refactor to match other plugin documentation Add an empty tools/BUILD file explicitly for Bazel Upgrade bazlets to latest stable-2.16 Upgrade bazlets to latest stable-2.16 Upgrade bazlets to latest stable-2.15 Upgrade bazlets to latest stable-2.14 Change-Id: Iee7393c165edb1029e34ca4742d381731871c300 - Merge branch 'stable-2.16' into stable-3.0 * stable-2.16: Bump Bazel version to 2.2.0 Bump required Bazel version to 2.1.0 Upgrade bazlets to latest stable-2.16 to build with 2.16.16 API Documentation: Add missing footer that links to plugin index page Documentation: Refactor to match other plugin documentation Add an empty tools/BUILD file explicitly for Bazel Upgrade bazlets to latest stable-2.16 Upgrade bazlets to latest stable-2.16 Upgrade bazlets to latest stable-2.15 Upgrade bazlets to latest stable-2.14 Change-Id: Ia85129611b6f4b110e2b298c108d23668b1908a5 - Bump Bazel version to 2.2.0 Change-Id: I409883c778236176cb80368e71c2df0b877b395f - Bump required Bazel version to 2.1.0 Change-Id: I2b85f666c39fc7d6d69022dcd695e07891fe9352 - Upgrade bazlets to latest stable-2.16 to build with 2.16.16 API Change-Id: I204aa0b0784c953ae52f7db62907dda81690af22 - Documentation: Add missing footer that links to plugin index page Change-Id: If5be574b2848ba308227e2019fcf2162693e36cc - Documentation: Refactor to match other plugin documentation Replace hard-coded command for plugin in-tree build. Change-Id: Icd2027015c55d5adfe4bbb2950284d4f8743215e - Add an empty tools/BUILD file explicitly for Bazel To make sure that all plugins consistently have empty BUILD files within their tools. Change-Id: I50809c0235f8de7f86e9ee4bffd32397b393afa3 - Upgrade bazlets to latest stable-2.16 As the previously used commit was locally verified but not the one merged in after reviewing. Change-Id: Ie5318222100ee61efa3b4edda02d66396bc818a8 - Upgrade bazlets to latest stable-2.16 To use the now mandatory https protocol for MAVEN_CENTRAL. Bug: Issue 12170 Change-Id: I4d587f6cb68475408eaddc47be0ccbe48e23b82d - Merge branch 'stable-2.15' into stable-2.16 * stable-2.15: Upgrade bazlets to latest stable-2.15 Upgrade bazlets to latest stable-2.14 Change-Id: Ia796ff684b366d14a5c83c4ffd685990a27b7048 - Upgrade bazlets to latest stable-2.15 To use the now mandatory https protocol for MAVEN_CENTRAL. Bug: Issue 12170 Change-Id: Ib095fee3b86ec63b43bd871845efc6058e1e2c65 - Merge branch 'stable-2.14' into stable-2.15 * stable-2.14: Upgrade bazlets to latest stable-2.14 Change-Id: I38a326f8bea6da058a37e70eedc54ad3a7148e00 - Upgrade bazlets to latest stable-2.14 To use the now mandatory https protocol for MAVEN_CENTRAL. Bug: Issue 12170 Change-Id: I1ee528cb199eb1bf5153a60f1e1adfe09ee1d6a7
Gerrit Code Review
Gerrit is a code review and project management tool for Git based projects.
Objective
Gerrit makes reviews easier by showing changes in a side-by-side display, and allowing inline comments to be added by any reviewer.
Gerrit simplifies Git based project maintainership by permitting any authorized user to submit changes to the master Git repository, rather than requiring all approved changes to be merged in by hand by the project maintainer.
Documentation
For information about how to install and use Gerrit, refer to the documentation.
Source
Our canonical Git repository is located on googlesource.com. There is a mirror of the repository on Github.
Reporting bugs
Please report bugs on the issue tracker.
Contribute
Gerrit is the work of hundreds of contributors. We appreciate your help!
Please read the contribution guidelines.
Note that we do not accept Pull Requests via the Github mirror.
Getting in contact
The Developer Mailing list is repo-discuss on Google Groups.
License
Gerrit is provided under the Apache License 2.0.
Build
Install Bazel and run the following:
git clone --recurse-submodules https://gerrit.googlesource.com/gerrit
cd gerrit && bazel build release
Install binary packages (Deb/Rpm)
The instruction how to configure GerritForge/BinTray repositories is here
On Debian/Ubuntu run:
apt-get update & apt-get install gerrit=<version>-<release>
NOTE: release is a counter that starts with 1 and indicates the number of packages that have been released with the same version of the software.
On CentOS/RedHat run:
yum clean all && yum install gerrit-<version>[-<release>]
On Fedora run:
dnf clean all && dnf install gerrit-<version>[-<release>]
Use pre-built Gerrit images on Docker
Docker images of Gerrit are available on DockerHub
To run a CentOS 7 based Gerrit image:
docker run -p 8080:8080 gerritforge/gerrit-centos7[:version]
To run a Ubuntu 15.04 based Gerrit image:
docker run -p 8080:8080 gerritforge/gerrit-ubuntu15.04[:version]
NOTE: release is optional. Last released package of the version is installed if the release number is omitted.