commit | 21eb13a40166b68a80aff39fe16dbdb710ab4142 | [log] [tgz] |
---|---|---|
author | Luca Milanesio <luca.milanesio@gmail.com> | Fri Aug 15 00:18:14 2025 +0200 |
committer | Luca Milanesio <luca.milanesio@gmail.com> | Fri Aug 15 00:19:12 2025 +0200 |
tree | 3fe5322fce966b25d15065d0e9786fb63370e738 | |
parent | 0df3cec73bfb126cd9c66d5f56ce63eab4f76137 [diff] |
Add Gerrit 3.12.2 Change-Id: I21c9d500eb829ff72707ac14ed06c806137f4c33
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