aboutsummaryrefslogtreecommitdiffhomepage
path: root/gm/rebaseline_server/server.py
diff options
context:
space:
mode:
authorGravatar epoger <epoger@google.com>2014-06-03 10:35:28 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2014-06-03 10:35:28 -0700
commit55ada0630e1ce1bfd6e6e60b70370384530622cc (patch)
tree6b6940d25aee621cf01914445efd4e261d2939ad /gm/rebaseline_server/server.py
parent2db11d18af7e87e723263697861e52dd015144a1 (diff)
download_actuals.py: download JSON files from Google Storage instead of skia-autogen
uses google-api-python-client instead of gsutil binary to interact with Google Storage BUG=skia:553 R=rmistry@google.com, bensong@google.com Author: epoger@google.com Review URL: https://codereview.chromium.org/309653005
Diffstat (limited to 'gm/rebaseline_server/server.py')
-rwxr-xr-xgm/rebaseline_server/server.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/gm/rebaseline_server/server.py b/gm/rebaseline_server/server.py
index 40874d603f..0680779670 100755
--- a/gm/rebaseline_server/server.py
+++ b/gm/rebaseline_server/server.py
@@ -250,6 +250,8 @@ class Server(object):
PARENT_DIRECTORY, STATIC_CONTENTS_SUBDIR, GENERATED_HTML_SUBDIR,
"index.html"),
config_pairs=config_pairs)
+ # TODO(epoger): Create shareable functions within download_actuals.py that
+ # we can use both there and here to download the actual image results.
if actuals_repo_url:
self._actuals_repo = _create_svn_checkout(
dir_path=actuals_dir, repo_url=actuals_repo_url)