Remove phantom blanks in gerrit@3.11.0.rb

Change-Id: Ie8ef4c83d17fe506d60cef92b7a881bd17b5085c
1 file changed
tree: fb683f84f1687a39701bfaec944e8515b1cfde33
  1. gerrit@3.11.0.rb
  2. README.md
README.md

Homebrew tap for Gerrit Code Review

To install Gerrit with Homebrew

  1. Install the GerritForge/gerrit tap
    brew tap GerritForge/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