commit | 1b788958670dc55cb908ced41bbf5d5dc3f10ad4 | [log] [tgz] |
---|---|---|
author | David Pursehouse <dpursehouse@collab.net> | Mon Aug 26 21:23:12 2019 +0900 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Mon Aug 26 12:23:12 2019 +0000 |
tree | 1f71f73691a57d0edb19a7d2c6e23a8389787ae6 | |
parent | e3db45c65b14de71a9b46abc56210a7088649009 [diff] |
Update git submodules * Update plugins/replication from branch 'stable-3.0' to f30d50d1dd853228595462b0ed3ec2f47408e4e4 - Merge branch 'stable-2.16' into stable-3.0 * stable-2.16: Fix test build rule to include *IT tests ReplicationIT: Do not use deprecated getRef() First ReplicationIT test for new project and change Revert "Delete event file only after replication completed for all destinations" Adjust ReplicationIT to use ProjectOperations and compose the project name accordingly. Change-Id: I6cf94217e745da88b3343e2a8fd3d9a85884ca79 - Fix test build rule to include *IT tests The glob in the build rule only includes *Test.java files, thus the recently added ReplicationIT was not being executed. Update the rule to include *IT.java files. Change-Id: I04a76723feb6e38dd441b41e9de22e5fdf1c4578 - ReplicationIT: Do not use deprecated getRef() Change-Id: Idf56bcb4d9e7ed514d1011f62d6738d124ba870a - First ReplicationIT test for new project and change Test end-to-end that a new project and a new change are propagated to the replicated repository. Change-Id: Iea4170aa881757c7e29bc6237fe4c230da8ae0ec - Revert "Delete event file only after replication completed for all destinations" This reverts commit d557ccc642c59a55750f560ce0d98870e1550d65. Reason for revert: This fix did not solve the problem, see associated issue. Bug: Issue 11172 Change-Id: Ifc2e7209bd86163e945f0595ff0ebd681932053f
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.