commit | da9244772d606558ae49ad95ff188745b33c771b | [log] [tgz] |
---|---|---|
author | David James <davidjames@chromium.org> | Thu Oct 31 01:16:18 2013 +0000 |
committer | David James <davidjames@chromium.org> | Thu Oct 31 01:16:39 2013 +0000 |
tree | aad526008c58ca3096ea6012a5b04bb180cf2795 | |
parent | 78b7d26253d36ce8af5fee0f93a79b3e654c8d18 [diff] [blame] |
Revert "Pin gsutil in cbuildbot." This reverts CL:172279 Unfortunately we're seeing failures during the build as a result of this patch. See http://chromegw/i/chromiumos.tryserver/builders/pre-cq-group/builds/12057 BUG=chromium:305407 TEST=none Change-Id: I504ad6ea9ab3426fee40d2aee1fce58921188faa Reviewed-on: https://chromium-review.googlesource.com/175202 Reviewed-by: David James <davidjames@chromium.org> Tested-by: David James <davidjames@chromium.org>
diff --git a/scripts/deploy_chrome.py b/scripts/deploy_chrome.py index d24600d..4793c22 100644 --- a/scripts/deploy_chrome.py +++ b/scripts/deploy_chrome.py
@@ -445,7 +445,7 @@ Returns: Path to the fetched chrome tarball. """ - gs_ctx = gs.GSContext(cache_dir=cache_dir, init_boto=True) + gs_ctx = gs.GSContext.Cached(cache_dir, init_boto=True) files = gs_ctx.LS(gs_path).output.splitlines() files = [found for found in files if _UrlBaseName(found).startswith('%s-' % constants.CHROME_PN)]