From c907608a63ec88721f282e8e1d91ce23589c90e2 Mon Sep 17 00:00:00 2001 From: Nodir Turakulov Date: Mon, 6 Feb 2017 00:42:06 -0800 Subject: [PATCH] roll cipd client MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Roll CIPD client in CIPD recipe module to version git_revision:0f49ce7d793b80877633ed640c89547ece130abb BUG=688918 Change-Id: Id4dbdc89a5b6b7d151996acb5ac6be4df7f4a5f0 Reviewed-on: https://chromium-review.googlesource.com/437993 Commit-Queue: Nodir Turakulov Reviewed-by: Emma Söderberg --- 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 6845811dfa..2e8e4a4058 100644 --- a/cipd_client_version +++ b/cipd_client_version @@ -1 +1 @@ -git_revision:ac753ee37abd753a9a511210d3df362d003211f0 +git_revision:0f49ce7d793b80877633ed640c89547ece130abb diff --git a/recipe_modules/cipd/resources/bootstrap.py b/recipe_modules/cipd/resources/bootstrap.py index 8e9af0adc0..3a8762169b 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:ac753ee37abd753a9a511210d3df362d003211f0 +# -version=git_revision:0f49ce7d793b80877633ed640c89547ece130abb CLIENT_VERSIONS = { - 'linux-386':'486264612ec0ad488b5a4ee022892450797b52ac', - 'linux-amd64':'1be98ff08b61ce4a901cece0a227f4b5cfc12e9d', - 'mac-amd64':'6de26293b09ed68cc4b8f48f61f3a6265a1aca9c', - 'windows-386':'4dad98ea0f8e7af324532ee2571c14237e2fb76b', - 'windows-amd64':'96af3f67d017a6285d491471f39d3d983a2a7011', + 'linux-386':'f4a0b3aa6fb2a0b643df1e9b9dc4bfeb1c0db7cf', + 'linux-amd64':'58d3f52e078406e87581be5f326ddebbbd016d90', + 'mac-amd64':'14988009496132de545582dd55e7517c4e8230a9', + 'windows-386':'452efbc75c7a903c7c052d29a99a39effed07697', + 'windows-amd64':'8c97bc54585fd04b87d83b61d4be7f7e2d426feb', }