commit | bca05621b5096ec4fdc79504ee8541a7afa9b115 | [log] [tgz] |
---|---|---|
author | Luca Milanesio <luca.milanesio@gmail.com> | Fri Jul 18 23:38:20 2025 +0100 |
committer | Luca Milanesio <luca.milanesio@gmail.com> | Fri Jul 18 23:38:20 2025 +0100 |
tree | 4eea6e7e4e5428141f2ff6dfb0abbdfe51756ee9 | |
parent | 5ec2bdda231f66fdac4f4dcc7d7312c0a624cbe4 [diff] |
Set Gerrit 3.12.1 as latest version Change-Id: I732603d0cfb919addf7bceb2b50535311c43ef91
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