This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env ruby | |
# Grib - Git Reviewboard script | |
# Creates / updates reviews according to the current git branch | |
# Usage: just run it. | |
# If this is the first time a review is created for this branch, Grib will ask Reviewboard to create a new review, and will save this review's number | |
# If the current branch has already been reviewed, Grib will ask Reviewboard to add a diff to the existing review. | |
# Grib stores its data and configuration in a file named "gribdata.yml" under the .git directory. | |
# In this file you may also define default Reviewboard's target people/groups, whether to automatically open the browser or not, and other Reviewboard command options. | |
# Example gribdata.yml file: | |
# |