| Index: go/roll_goop.py
|
| diff --git a/go/roll_goop.py b/go/roll_goop.py
|
| index 5c93f7f7f1fdbb28c5479202261a6c3cb8e1e96b..4c6be9ad075d10169f329a03c68b3537192cb14f 100755
|
| --- a/go/roll_goop.py
|
| +++ b/go/roll_goop.py
|
| @@ -25,7 +25,6 @@ GO_DIR = os.path.dirname(os.path.abspath(__file__))
|
| # Packages that should be checked out via some non-standard ref. Notable
|
| # examples are packages distributed via gopkg.in hackery.
|
| EXCEPTIONS = {
|
| - 'github.com/luci/gkvlite': 'refs/heads/32bitKeys',
|
| 'gopkg.in/fsnotify.v0': 'refs/heads/v0',
|
| 'gopkg.in/tomb.v1': 'refs/heads/v1',
|
| 'gopkg.in/yaml.v2': 'refs/heads/v2',
|
| @@ -110,4 +109,4 @@ def main():
|
|
|
|
|
| if __name__ == '__main__':
|
| - main()
|
| + sys.exit(main())
|
|
|