From 4afb36099b356de54b7e389f454294338fe9fd93 Mon Sep 17 00:00:00 2001 From: maruel Date: Thu, 5 Feb 2015 13:18:16 -0800 Subject: [PATCH] Roll tools/swarming_client/ to e6677c8702f2735dbd4fc24aad388346a6bbb342. $ git log c698ea2a7..e6677c870 --date=short --format='%ad %ae %s' | sed 's/@chromium\.org//' 2015-02-05 maruel Further limit archival on 32 bits. 2015-02-03 maruel Update /get_slave_code to /bot_code new url. R=vadimsh@chromium.org BUG=419862 Review URL: https://codereview.chromium.org/895903004 Cr-Commit-Position: refs/heads/master@{#314877} --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index b9b0677588f8..01fe46d62428 100644 --- a/DEPS +++ b/DEPS @@ -54,7 +54,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': 'c698ea2a7781c493a8e09d0e89415a4aab8e1f62', + 'swarming_revision': 'e6677c8702f2735dbd4fc24aad388346a6bbb342', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling ANGLE # and whatever else without interference from each other. -- 2.11.4.GIT