Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(180)

Unified Diff: infra/bots/assets/asset_utils.py

Issue 2321623003: Asset management: Download from GS store instead of CIPD (Closed)
Patch Set: Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: infra/bots/assets/asset_utils.py
diff --git a/infra/bots/assets/asset_utils.py b/infra/bots/assets/asset_utils.py
index 27d6b85de74072984c2b4afd1e88845cf290c292..8a1404fc56445936d69a4763c7626973adb0d7a7 100644
--- a/infra/bots/assets/asset_utils.py
+++ b/infra/bots/assets/asset_utils.py
@@ -220,7 +220,7 @@ class MultiStore(object):
self._gs.upload(name, version, target_dir)
def download(self, name, version, target_dir):
- self._cipd.download(name, version, target_dir)
+ self._gs.download(name, version, target_dir)
def delete_contents(self, name):
self._cipd.delete_contents(name)
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698