commit | 3f0e7cd2f8352b3f05c0a99b234d0cc3a043d3fd | [log] [tgz] |
---|---|---|
author | Antonio Barone <syntonyze@gmail.com> | Mon Dec 11 11:34:51 2023 +0100 |
committer | Antonio Barone <syntonyze@gmail.com> | Mon Dec 11 12:44:39 2023 +0000 |
tree | 5b6b08db507433a2da7ad397910247bbfef37097 | |
parent | 1cc64bf50c6848e91066def4eeffdb644c5d52ac [diff] | |
parent | 93d31d7a306f3da11e3d33a77203b481e7099d34 [diff] |
Merge branch 'stable-3.9' * stable-3.9: GroupCacheImpl: Fix timer to include the correct method Simplify running commit-msg tests Fix `COMMENT` route for change numbers with unknown repo Propagate delete draft ref-updates upon publishing Make the indexing operation fail upon StorageException(s) ConsistencyCheckerIT: Delete calls to index broken changes that fail silently RefAdvertisementIT: Don't call reindex that would fail silently Set version to 3.9.2-SNAPSHOT Set version to 3.9.1 Bazel: Remove explicit setting of java.security.manager on JDK 17 Bazel: Fix dev-bazel docs Remove `copy-approvals` command reference from Gerrit commands MagicLabelPredicates.ignoresUploaderApprovals: Fix NPE when account is null H2CacheImpl: Log when disk cache pruning runs MergeUtil: Create an optimized canFastForwardOrMerge Release-Notes: skip Forward-Compatible: checked Change-Id: Iabeca7c3cf8de3a0dce7797948afde046461ee6b
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.