commit | 2c2fe1087eee9bc3c1a5186ca8d51f87da56f53e | [log] [tgz] |
---|---|---|
author | Fabio Ponciroli <ponch78@gmail.com> | Mon May 24 19:27:07 2021 +0200 |
committer | Fabio Ponciroli <ponch78@gmail.com> | Mon May 24 19:27:07 2021 +0200 |
tree | a7cec6342f3d823cf8d79ed1e7fa39d6fac8b413 | |
parent | 7df686761438a9b4f21d0b50d4f3196b2e094bec [diff] | |
parent | 3fc217a9e3e9eacbaa10a88efb2b9675451c69d4 [diff] |
Merge remote-tracking branch 'origin/stable-3.4' * origin/stable-3.4: Always terminate the ServletRequest associated task gr-change-view: Skip loading mergeable if already known gr-change-view: Pass mergeable parameter to related changes view gr-change-view: Skip loading mergeable if already known Fix duplicate anchor Change-Id: Ia24fdbd36772c476998e9d1674d3c05fec3f5a5b
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.