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

Unified Diff: bootstrap/update_vendoring.py

Issue 2265673002: Add LogDog / annotation protobuf support. (Closed) Base URL: https://github.com/luci/recipes-py@step-formal-struct
Patch Set: Updated with comments, added test, proto 3.0.2. Created 4 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 | « no previous file | recipe_engine/arguments.proto » ('j') | recipe_engine/stream_logdog.py » ('J')
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 868d0b93e4896e2e35189c4f5cb5eaf126b9d7a0..ab3796cc8418cbe3e9f91155f3f959fd0e9743a5 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='v3.0.0'),
+ ref='v3.0.2'),
_VendoredLuciGoProto(
'recipe_engine/third_party',
« no previous file with comments | « no previous file | recipe_engine/arguments.proto » ('j') | recipe_engine/stream_logdog.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698