| commit | 55ccb5803eae4f2ce51e50e02e8a6d5c9ba12a2f | [log] [tgz] |
|---|---|---|
| author | Luca Milanesio <luca.milanesio@gmail.com> | Thu Nov 13 14:25:24 2025 +0000 |
| committer | Luca Milanesio <luca.milanesio@gmail.com> | Thu Nov 13 14:25:24 2025 +0000 |
| tree | 406cd8b0daa031f5794149e2b4b9159d1fe4e757 | |
| parent | b3460cf8f7a88594f090dc1687148d0966961503 [diff] |
Add Gerrit 3.13.1 and set as latest release Change-Id: If987276c657ab59ca56fa059261c372e8b0078eb
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