From 284af3255659442777e08898add8db24b13cd73e Mon Sep 17 00:00:00 2001 From: Robert Iannucci Date: Thu, 9 Feb 2017 00:10:43 -0800 Subject: [PATCH] [cipd] bump cipd client version. BUG=689359 Change-Id: I6d76a5ac1c51db903bcfd00d91215981e9608bc8 Reviewed-on: https://chromium-review.googlesource.com/439783 Reviewed-by: Vadim Shtayura Commit-Queue: Robbie Iannucci --- cipd_client_version | 2 +- recipe_modules/cipd/resources/bootstrap.py | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/cipd_client_version b/cipd_client_version index 2e8e4a4058..5af500420a 100644 --- a/cipd_client_version +++ b/cipd_client_version @@ -1 +1 @@ -git_revision:0f49ce7d793b80877633ed640c89547ece130abb +git_revision:508f70d14492573c37760381060bbb5fc7904bfd diff --git a/recipe_modules/cipd/resources/bootstrap.py b/recipe_modules/cipd/resources/bootstrap.py index 3a8762169b..6344e8b141 100644 --- a/recipe_modules/cipd/resources/bootstrap.py +++ b/recipe_modules/cipd/resources/bootstrap.py @@ -20,13 +20,13 @@ CIPD_BACKEND_URL = 'https://chrome-infra-packages.appspot.com' # ./cipd resolve \ # infra/tools/cipd/ \ -# -version=git_revision:0f49ce7d793b80877633ed640c89547ece130abb +# -version=git_revision:508f70d14492573c37760381060bbb5fc7904bfd CLIENT_VERSIONS = { - 'linux-386':'f4a0b3aa6fb2a0b643df1e9b9dc4bfeb1c0db7cf', - 'linux-amd64':'58d3f52e078406e87581be5f326ddebbbd016d90', - 'mac-amd64':'14988009496132de545582dd55e7517c4e8230a9', - 'windows-386':'452efbc75c7a903c7c052d29a99a39effed07697', - 'windows-amd64':'8c97bc54585fd04b87d83b61d4be7f7e2d426feb', + 'linux-386':'3be5f38f011284779a75113d8d1cf6575920128f', + 'linux-amd64':'5c124027ab0d44efb0d545bac3d0eb5cbee590b1', + 'mac-amd64':'af11702389a57ed42d4cb51a8cbc2ac48ef4da02', + 'windows-386':'e44d78aae1c330d75c7f5ab3989f37a74227b126', + 'windows-amd64':'8c786a913fc0a0387262a899dc63c15ed9029e83', }