Clone this repo:

Branches

  1. 65c9b4e Add Gerrit 3.13.4 and set as latest release by Luca Milanesio · 2 days ago master
  2. a0ab3f3 Add Gerrit 3.12.5 by Luca Milanesio · 2 days ago
  3. 5b72f05 Add Gerrit 3.11.9 by Luca Milanesio · 2 days ago
  4. 1462776 Add Gerrit 3.13.3 and set as latest release by Luca Milanesio · 3 weeks ago
  5. 769f0bd Add Gerrit 3.13.2 and set as latest release by Luca Milanesio · 5 weeks ago

Homebrew tap for Gerrit Code Review

To install Gerrit with Homebrew

  1. Install the GerritCodeReview/gerrit tap
    brew tap GerritCodeReview/gerrit
    
  2. Discover the Gerrit versions available
    brew search gerrit
    
  3. Install the Gerrit desired version
    brew install gerrit@3.11.0
    

Gerrit data location

Gerrit data is stored in the Homebrew's var location, /usr/local/var/gerrit.

Starting/stopping Gerrit Code Review

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

Testing locally

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