commit | 82c0830a1e144b8799a79c1998897d6221753662 | [log] [tgz] |
---|---|---|
author | Edwin Kempin <ekempin@google.com> | Wed Jun 21 12:10:06 2023 +0000 |
committer | Edwin Kempin <ekempin@google.com> | Wed Jun 21 13:32:20 2023 +0000 |
tree | 34eccbf5179150a917c340041c9fa782a4d747b1 | |
parent | 135f00261bf404c024178d35b4b4ddad46a9b890 [diff] |
Update issue related instructions in release creation documentation The Gerrit issues have been migrated from Monorail into the Gerrit Tracker. Things are a bit different in the new Gerrit Tracker: * The statuses do not allow a distinction between 'Submitted' and 'Released', but the corresponding status is just 'Fixed'. Hence issue statuses no longer need to be updated when a release is created. * The `FixedIn-$version` labels have been replaced by hotlists. While we are here, rephrase this section a bit to make it easier to grasp what this is about. Change-Id: I173d5a379eebffe9e666d05b1eb1fbb2e44e0ffc Signed-off-by: Edwin Kempin <ekempin@google.com> Release-Notes: skip
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.