| commit | d2d5e70f3a40368221f44bb5b0dacc81083b7797 | [log] [tgz] |
|---|---|---|
| author | Matthias Sohn <matthias.sohn@sap.com> | Thu Feb 03 06:20:46 2022 +0100 |
| committer | David Ostrovsky <david@ostrovsky.org> | Thu Feb 03 06:53:48 2022 +0100 |
| tree | d264323f27d5d7ecfb7a088ba76ad70b468ae551 | |
| parent | 512adf14fe8024dd6c8cabb885658ee7a252b8c0 [diff] | |
| parent | 6ff4f7e760c695a2783ecc0ed6de4c6f2610818b [diff] |
Merge branch 'stable-3.5' * stable-3.5: Update jgit to 1e59cabc08ffddaae7129f0407f7ae17f01c5d90 Revert "Bazel: tag no_rbe //javatests/com/google/gerrit/git:medium_tests" Revert "Bazel: Add no_rbe tag to test rules that cannot be run on RBE" Fix color in account dropdown Disable performance metrics by default Remove gitweb providing edit weblink Fix handling of createSignedTag ACL permission Bump reload4j to 1.2.18.1 Bump SLF4J to 1.7.33 for including Reload4J binding Make default CacheBasedWebSession maxAge public docs/note-db: fix asciidoc link markup Bazel: Use custom Ubuntu 18.04 image for RBE Update from log4j:log4j:1.2.17 to ch.qos.reload4j:reload4j:1.2.18.0 Update of jgit module is reverted in this merge. Change-Id: I0cc4d243e1647f7cec875c3ef2babaefe6d16650
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.