tag | 667d7419d8a6d6b76433c93b66bb01d75708b2b0 | |
---|---|---|
tagger | David Pursehouse <dpursehouse@collab.net> | Thu Oct 10 08:46:04 2019 +0900 |
object | 7bbd7b2ae1bd92e7cb21e2c820bab653954f68ee |
v3.0.3 -----BEGIN PGP SIGNATURE----- Comment: GPGTools - https://gpgtools.org iQJLBAABCgA1FiEECnaesFM5uTvdiZXtDDr2ZJ/8IQIFAl2ecTwXHGRwdXJzZWhv dXNlQGNvbGxhYi5uZXQACgkQDDr2ZJ/8IQKisBAAukhcaD64QCWMfutOaMkAq+x8 XBpgDFW1+0za9a3ZH/l2dG+D2De/E0E1aa7kBPpE47bXEpED8283Tl9InpJZOFhc 0gFxcpCnmQ5ha8b7FYpjTEKwU65yh3ZT3Dn7omJsvW6aXQo2pLNIMed7CINCXjdV ACXX34rgnyiQ+krp1EyhCFz9qC9eRBCVfa3FV3X1wW44To6SJm+RDu3EL6T0qdMT TBxmiMUBq7bdGlysRYIfbRK7pdHFDWlHHE/toOhtweiU7tRraWfvTszK0CBw5gye M8NheyKMWgiVtLRhbiH4HTtEc58Mzg5fwZTQ4PixBKtoZH+8iRN6q8+2a6p13Eg8 5UwthbGCltZ0sCf1MQgFGqBWZ+2BMPUSXHUemGnhzkwW18FDI5xDjyxvV1OymRj8 Mn/LgY20OwhNz4AfM5PuHOXKWDjxyEgWsK0+FzNoh3pkS7ulXFWmoDhGWuWlT3wW RI7VD/Z9YM8GHmn8ArLWR0ZQvflj52yNdsuWMlkSTYYAQSyEg0Bm4UhMXF4tKgq0 yhPuDizpPwrI/XneVih5I9nbUiMPnyAvaUfy7CMoD+el4e/WrRO/yhkYBh7QyZDJ C8UolAfGq2wmJa1KFFt4BvKQ6ddRK6X3IP7X9Xw2aqoED6OnTjwjtXnw8NDRbJ6v CWJyPtmr/BEyWA/yNaw= =X64f -----END PGP SIGNATURE-----
commit | 7bbd7b2ae1bd92e7cb21e2c820bab653954f68ee | [log] [tgz] |
---|---|---|
author | David Pursehouse <dpursehouse@collab.net> | Thu Oct 10 08:42:20 2019 +0900 |
committer | David Pursehouse <dpursehouse@collab.net> | Thu Oct 10 08:42:20 2019 +0900 |
tree | de25976fc34aea62e3fa5cccc5d101cd4d7ac074 | |
parent | 53df2e9fffe49f762b5b57a40e95c57508e41ec0 [diff] |
Set version to 3.0.3 Change-Id: I7bea0ae9e1c17627d156e1828abda68d121a856f
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.