commit | 67da1c3d0f7939114c77e099b8c788f66b4bb42b | [log] [tgz] |
---|---|---|
author | Luca Milanesio <luca.milanesio@gmail.com> | Fri Aug 15 00:21:43 2025 +0200 |
committer | Luca Milanesio <luca.milanesio@gmail.com> | Thu Aug 14 15:22:35 2025 -0700 |
tree | d1a2fda04dc904a1b2fb9ba404908a466f82eb88 | |
parent | 21eb13a40166b68a80aff39fe16dbdb710ab4142 [diff] |
Set Gerrit 3.12.2 as latest version Change-Id: I216fcfa22d5fbd224acecfd62789fe099255d414
brew tap GerritCodeReview/gerrit
brew search gerrit
brew install gerrit@3.11.0
Gerrit data is stored in the Homebrew's var location, /usr/local/var/gerrit
.
Start Gerrit as usual with the gerrit.sh
and start
argument:
/usr/local/var/gerrit/bin/gerrit.sh start
Stop Gerrit passing the stop
argument:
/usr/local/var/gerrit/bin/gerrit.sh stop
To test locally, first set the following env variable, export HOMEBREW_NO_INSTALL_FROM_API=1
then run brew install --build-from-source --verbose --debug <gerrit_version>.rb