tag | 54a5746cf1a4f4889a5096e134020fef820a00da | |
---|---|---|
tagger | Luca Milanesio <luca.milanesio@gmail.com> | Wed Dec 23 22:50:47 2020 +0000 |
object | c3b11740916579b7e9dcc20443bf1325d768aaa9 |
v3.2.6 -----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEEmCU49QQ43XtIE8giC0731aK2mH4FAl/jycgACgkQC0731aK2 mH683A/+Px8m8ie/4xqHP//rxZhHAOEP2H74A7v5Iy7Ig21jte6HTYRzhg31SkKN vCCGsW2xrSx0zFZ7bnfIKFw+5To3gifcGtVOo90ckKuFRvyd+h5N5QNnUp5s96lh 0FAe0621XmNtz1KyeiW2MVNpeNkYEVoyXJbOCuqIjA5X5ly/rNZpBYwzRW9eZizV ZqRYEmlK4cIVUWSlXHFKggSCO0u264Bp250r/SNn+lCMmhYG7GgHzgTswc5+ikad eWz0bn6IdhEw9+onEhdLijLfmd+q/a6bGZyPUYmwafVhhZAEdZgQFJ3Y4fP7HRws +RUdmGPIK7QPuY9njesS6YRtWnCIlH8A96+GaC9EVNON8pY27LlmcvlakSc9BYbl AFg3DHLOLl7snzCvbkP7JaAUIm2WkcE0qhljBGAyb0soXrzo0AP/h72MIo+2HZTG krV9D8hkjm5H+U2e39YUTZ1kxiE/avQXWaX9gkUggFJ6hdc7kBo1Uk1Mmst0FA1X K90VcAq9ZByGKJ+6wZnj5Ub4jEpyxVbHrA5OxsYTnG4YSf0IlBHyHAvWiib+Tng1 1gLbwVB6FUg2eku5VLWe4dZJLisdWjsGvSYdr3zrsOORpwqUyhx2lED294u1fHO1 oPcdu/M48wHkzNWEL/M82/bjYrbZPKw2tLVLx0gDBMeeKspshJY= =KeU6 -----END PGP SIGNATURE-----
commit | c3b11740916579b7e9dcc20443bf1325d768aaa9 | [log] [tgz] |
---|---|---|
author | Luca Milanesio <luca.milanesio@gmail.com> | Wed Dec 23 16:32:55 2020 +0000 |
committer | Luca Milanesio <luca.milanesio@gmail.com> | Wed Dec 23 16:32:55 2020 +0000 |
tree | 543f5ebface265b2999e2cfed810f4bc2e4af57d | |
parent | aac094615f955715c052fd09ae101b6109f94a54 [diff] |
Set version to 3.2.6 Change-Id: Ida9a38a340d6fc088b6350ed7cd42f9326b10374
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.