diff options
author | maruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-08-14 13:23:29 +0000 |
---|---|---|
committer | maruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-08-14 13:23:29 +0000 |
commit | 718e3f31202a91f1301f9b500363d4e69768b6ee (patch) | |
tree | 0b0de59e3a4c0b1a4aa1f19c2425c2c331b70126 /DEPS | |
parent | ad3b6e847b32b3c0733e74124f716b73da8865b7 (diff) | |
download | chromium_src-718e3f31202a91f1301f9b500363d4e69768b6ee.zip chromium_src-718e3f31202a91f1301f9b500363d4e69768b6ee.tar.gz chromium_src-718e3f31202a91f1301f9b500363d4e69768b6ee.tar.bz2 |
Revert r217535 "Move swarm_client to swarming_client."
The CL itself is fine but the Try Server didn't gather
"got_swarming_client_revision" build property correctly, causing swarm_triggered
to use an improper swarm_client checkout. r217535 can be reapplied once the TS
is fixed. No other issue was observed.
TBR=vadimsh@chromium.org
BUG=
Review URL: https://codereview.chromium.org/22978003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@217538 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 10 |
1 files changed, 4 insertions, 6 deletions
@@ -42,9 +42,9 @@ vars = { "jsoncpp_revision": "248", "nss_revision": "209026", # Three lines of non-changing comments so that - # the commit queue can handle CLs rolling swarming_client + # the commit queue can handle CLs rolling swarm_client # and whatever else without interference from each other. - "swarming_revision": "51336a32732d4eea3f07e44e4a62c4d8103ef29f", + "swarm_revision": "217028", # Three lines of non-changing comments so that # the commit queue can handle CLs rolling openssl # and whatever else without interference from each other. @@ -105,10 +105,8 @@ deps = { "src/tools/gyp": (Var("googlecode_url") % "gyp") + "/trunk@1693", - # It is a git clone of https://code.google.com/p/swarming.client. - "src/tools/swarming_client": - Var("chromium_git") + "/external/swarming.client.git@" + - Var("swarming_revision"), + "src/tools/swarm_client": + "/trunk/tools/swarm_client@" + Var("swarm_revision"), "src/v8": (Var("googlecode_url") % "v8") + "/trunk@" + Var("v8_revision"), |