summaryrefslogtreecommitdiffstats
path: root/DEPS
diff options
context:
space:
mode:
authormaruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-09-19 23:45:54 +0000
committermaruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-09-19 23:45:54 +0000
commitd8366b43e29e161d370d8f7e753b556cce3aa081 (patch)
treee5573017e5d2784f56da24b030784d39ba779f42 /DEPS
parent29bad18d8e69dfb563e1bed0a015136be4ee86b9 (diff)
downloadchromium_src-d8366b43e29e161d370d8f7e753b556cce3aa081.zip
chromium_src-d8366b43e29e161d370d8f7e753b556cce3aa081.tar.gz
chromium_src-d8366b43e29e161d370d8f7e753b556cce3aa081.tar.bz2
Roll swarm_client @ 223771.
$ git log $(git svn find-rev r221184)..$(git svn find-rev r223771) --date=short --format="%ad %an %s" | sed 's/@chromium\.org//' 2013-09-18 maruel Modify the datastore APIs to a streaming model. 2013-09-17 maruel Move upload_hash_content_to_blobstore() into IsolateServer. 2013-09-17 maruel Remove many slow tests from the upload presubmit check. 2013-09-17 maruel Rename RemoteOperations to WorkerPool. 2013-09-17 maruel Adds AutoRetryThreadPool which automatically retries tasks on exception. 2013-09-17 maruel Move 4 functions from run_isolated.py to isolateserver.py. 2013-09-17 maruel Reduce the hardcoding of the sha1 algorithm. 2013-09-17 maruel Migrate exception classes from run_isolated to isolateserver. 2013-09-16 maruel Various cleanup in run_isolated.py and isolateserver.py. 2013-09-16 maruel Remove smoke test that access remote services from PRESUBMIT.py 2013-09-13 maruel Rename isolate.py hashtable to archive. 2013-09-13 maruel Add code to download single files to isolateserver.py download. 2013-09-13 vadimsh Pass correct path to cacert.pem to 'requests' library when running from zip. 2013-09-12 vadimsh Use 'requests' library for HTTP requests instead of urllib2. 2013-09-12 maruel Switch import flow between run_isolated.py and isolateserver.py. 2013-09-12 vadimsh Add 'requests' library to third_party. 2013-09-12 maruel Create IsolateServer in both run_isolated.py and isolateserver.py. 2013-09-12 vadimsh Refactor utils.net to hide away urllib2 classes. R=vadimsh@chromium.org BUG=294843 Review URL: https://chromiumcodereview.appspot.com/23514069 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@224235 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r--DEPS2
1 files changed, 1 insertions, 1 deletions
diff --git a/DEPS b/DEPS
index d670318..93d0162 100644
--- a/DEPS
+++ b/DEPS
@@ -44,7 +44,7 @@ vars = {
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling swarm_client
# and whatever else without interference from each other.
- "swarm_revision": "221184",
+ "swarm_revision": "223771",
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling openssl
# and whatever else without interference from each other.