Clone this repo:

Branches

  1. 944a3d6 Update Gerrit to v3.11.0 by Luca Milanesio · 3 days ago master
  2. 61776ba Set homebrew tap organisation to GerritCodeReview by Luca Milanesio · 3 days ago
  3. be8cb94 Update Gerrit to v3.11.0-rc5 by Luca Milanesio · 9 days ago
  4. 6b7522e Update Gerrit to v3.11.0-rc4 by Luca Milanesio · 2 weeks ago
  5. cabd982 Update Gerrit to v3.11.0-rc3 by Luca Milanesio · 3 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