https://github.com/gerritcodereview/homebrew-gerrit
null - (mirror of https://gerrit.googlesource.com/./homebrew-gerrit)
https://github.com/gerritcodereview/homebrew-gerrit
Last synced: 13 days ago
JSON representation
null - (mirror of https://gerrit.googlesource.com/./homebrew-gerrit)
- Host: GitHub
- URL: https://github.com/gerritcodereview/homebrew-gerrit
- Owner: GerritCodeReview
- Created: 2024-11-29T23:43:15.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2026-05-16T00:49:05.000Z (2 months ago)
- Last Synced: 2026-05-16T03:03:51.594Z (2 months ago)
- Language: Ruby
- Homepage: https://gerrit.googlesource.com/./homebrew-gerrit
- Size: 90.8 KB
- Stars: 0
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Homebrew tap for Gerrit Code Review
## To install Gerrit with Homebrew
1. Install the GerritCodeReview/gerrit tap
```sh
brew tap GerritCodeReview/gerrit
```
2. Discover the Gerrit versions available
```sh
brew search gerrit
```
3. Install the Gerrit desired version
```sh
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:
```sh
/usr/local/var/gerrit/bin/gerrit.sh start
```
Stop Gerrit passing the `stop` argument:
```sh
/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 .rb`