Add support for Gerrit 3.11.1

Change-Id: I965551862746330a369b66fac700d96cddde94e2
1 file changed
tree: 4e07ce3c2ac59b30804a0f58e6cc54937fb69f23
  1. gerrit@3.10.4.rb
  2. gerrit@3.11.0.rb
  3. gerrit@3.11.1.rb
  4. gerrit@3.9.9.rb
  5. gerritbase.rb
  6. README.md
README.md

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