commit | c62b126175f6408a682a46919b382c1686b465fa | [log] [tgz] |
---|---|---|
author | Milutin Kristofic <milutin@google.com> | Tue May 31 13:44:38 2022 +0000 |
committer | Milutin Kristofic <milutin@google.com> | Wed Jun 08 09:24:33 2022 +0000 |
tree | 1d5bdb254d21b7e073e5971fdcf46487e2a98141 | |
parent | c86fa4a98e63ad739551f3103520af9ca06bbc54 [diff] |
Revert "Add polymer template checker" Removing polymer template checker: This reverts commit af1b1baacfc9ce5420db4202a2a269a53fe874b6. This also revert commit Ic97b7e9bd62f490cc3e19a4c1187d36744ed5077 Removing polylint: This also revert commit I84a9901695a3b9a7bb85b1bb275469cde86fd174 Reason for revert: This checker is obsolete after our migration to lit Google-Bug-Id: b/234561036 Release-Notes: skip Change-Id: I4fe997a8b0f7bfdd551ad043943daf2068153089
Gerrit is a code review and project management tool for Git based projects.
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.
For information about how to install and use Gerrit, refer to the documentation.
Our canonical Git repository is located on googlesource.com. There is a mirror of the repository on Github.
Please report bugs on the issue tracker.
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.
The Developer Mailing list is repo-discuss on Google Groups.
Gerrit is provided under the Apache License 2.0.
Install Bazel and run the following:
git clone --recurse-submodules https://gerrit.googlesource.com/gerrit cd gerrit && bazel build release
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>]
Docker images of Gerrit are available on DockerHub
To run a CentOS 8 based Gerrit image:
docker run -p 8080:8080 gerritcodereview/gerrit[:version]-centos8
To run a Ubuntu 20.04 based Gerrit image:
docker run -p 8080:8080 gerritcodereview/gerrit[:version]-ubuntu20
NOTE: release is optional. Last released package of the version is installed if the release number is omitted.