From 510f5d7f386533ebbd3a7f4f8e3512834dac37c3 Mon Sep 17 00:00:00 2001 From: "maruel@chromium.org" Date: Mon, 28 Jul 2014 20:52:39 +0000 Subject: [PATCH] Roll tools/swarming_client/ to 6b555c18f93ce9feca87df43eb824118a9c124c5. $ git log 2cbc12487..6b555c18f --date=short --format='%ad %ae %s' | sed 's/@chromium\.org//' 2014-07-23 vadimsh Explicitly check that user is logged in before making network calls. 2014-07-23 vadimsh SWARMING_DISABLE_ON_ERROR env variable disables on_error reports. 2014-07-23 vadimsh Reuse OAuth tokens between services linked to same authentication service. 2014-07-21 maruel Give rmtree() super powers. Improve error message when deleting temporary files. R=vadimsh@chromium.org BUG=392108 Review URL: https://codereview.chromium.org/427603003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285973 0039d316-1c4b-4281-b951-d872f2087c98 --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 828441ee5c47..9ea224ee8529 100644 --- a/DEPS +++ b/DEPS @@ -61,7 +61,7 @@ vars = { # Three lines of non-changing comments so that # the commit queue can handle CLs rolling swarming_client # and whatever else without interference from each other. - "swarming_revision": "2cbc12487aea464730bcf60230f4d4d63d61ac51", + "swarming_revision": "6b555c18f93ce9feca87df43eb824118a9c124c5", # Three lines of non-changing comments so that # the commit queue can handle CLs rolling openssl # and whatever else without interference from each other. -- 2.11.4.GIT