| commit | 0c8b5d1def8334a109d14c68b577b1d04a2e85e4 | [log] [tgz] |
|---|---|---|
| author | Luca Milanesio <luca.milanesio@gmail.com> | Mon Nov 03 21:37:40 2025 +0000 |
| committer | Luca Milanesio <luca.milanesio@gmail.com> | Mon Nov 03 21:37:40 2025 +0000 |
| tree | 51d674c26d96d530439a4ac05a7958cb9e29191b | |
| parent | d26a96b1edff1ed4248df3f14180496bc8eec860 [diff] |
Add Gerrit 3.11.7 Change-Id: I5faf2448ac79aacd8fe7ce1725738420ad5fb95d
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