Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(48)

Unified Diff: go/roll_goop.py

Issue 1375553003: go: Roll Goopfile, remove two no longer used packages. (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « go/clean_goop.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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())
« no previous file with comments | « go/clean_goop.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698