commit | dfeca30e30dff8272fe75d4ad9b23d711866e9d2 | [log] [tgz] |
---|---|---|
author | Luca Milanesio <luca.milanesio@gmail.com> | Tue Aug 13 06:30:46 2019 +0100 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Aug 13 05:30:46 2019 +0000 |
tree | 3118f778d25a6ebe84e10dbe875cc48254b5bf51 | |
parent | 221de1ed4b0507543c6bfd2a24010fbd81d94cbf [diff] |
Update git submodules * Update plugins/replication from branch 'stable-3.0' to 3054e61afb6ebf18dbddcbe6a2fbcf4196f0039f - Merge branch 'stable-2.16' into stable-3.0 * stable-2.16: Revert "Revert "Do not reload config when queue is not ready"" Add replication refs-filtering before push Change-Id: I99b0902b8f909745c3eb00490d615935cec62db1 - Revert "Revert "Do not reload config when queue is not ready"" This reverts commit bcb15e00b3bd8804417d7401cff12a941bdb8aee. The test that was previously failing on stable-3.0 has been fixed with Change-Id: I2bef00e701 and thus does not represent anymore an impediment for getting this fix merged in stable-2.16 and stable-3.0. Change-Id: I936e3547ff4533850d538fe6b9fada7437bf4e49 - Add replication refs-filtering before push Add ability to filter out refs before being pushed for replication to remote instance. This will help to prevent split-brain issue by allowing us to create filter in multi-site plugin to stop the out of sync instance from overriding the changes of the instance that is up to date. Bug: Issue 11175 Change-Id: I99a7cb4fb2f231626d50abc7d90bb3d79c23861a
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 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.