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

Unified Diff: bootstrap/update_vendoring.py

Issue 2236673002: Bump vendoring, move to proto3 release. (Closed) Base URL: https://github.com/luci/recipes-py@master
Patch Set: Created 4 years, 4 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 | « no previous file | recipe_engine/third_party/google/protobuf/__init__.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: bootstrap/update_vendoring.py
diff --git a/bootstrap/update_vendoring.py b/bootstrap/update_vendoring.py
index bd64b19dd1fee718bc4f14825694143206f9cbe7..868d0b93e4896e2e35189c4f5cb5eaf126b9d7a0 100755
--- a/bootstrap/update_vendoring.py
+++ b/bootstrap/update_vendoring.py
@@ -265,7 +265,7 @@ _ACTIONS = (
_VendoredPythonProtobuf(
'recipe_engine/third_party/google',
repo='https://github.com/google/protobuf',
- ref='3.0.0-beta-3'),
+ ref='v3.0.0'),
_VendoredLuciGoProto(
'recipe_engine/third_party',
« no previous file with comments | « no previous file | recipe_engine/third_party/google/protobuf/__init__.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698