projects
/
platform
/
upstream
/
libSkiaSharp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
34ffb34
)
Asset management: Download from GS store instead of CIPD
author
borenet
<borenet@chromium.org>
Thu, 8 Sep 2016 13:55:59 +0000
(06:55 -0700)
committer
Commit bot
<commit-bot@chromium.org>
Thu, 8 Sep 2016 13:55:59 +0000
(06:55 -0700)
This avoids strange CIPD symlink/permissions issues
BUG=skia:
GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=
2321623003
Review-Url: https://codereview.chromium.org/
2321623003
infra/bots/assets/asset_utils.py
patch
|
blob
|
history
diff --git
a/infra/bots/assets/asset_utils.py
b/infra/bots/assets/asset_utils.py
index
27d6b85
..
8a1404f
100644
(file)
--- 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)