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

Unified Diff: client/run_isolated.py

Issue 2667673002: [client] Add support to run_isolated/cipd for cipd 1.5. (Closed)
Patch Set: Created 3 years, 11 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 | « client/cipd.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/run_isolated.py
diff --git a/client/run_isolated.py b/client/run_isolated.py
index b9ab90e698f00746077fbf11aaba67cd7764d9bd..1a1ad29331465603db088b9a23d8e61b16243ad4 100755
--- a/client/run_isolated.py
+++ b/client/run_isolated.py
@@ -763,7 +763,7 @@ def install_packages(
site_root, [(name, vers) for name, vers, _ in pkgs],
cache_dir=cipd_cache_dir,
timeout=timeoutfn())
- for i, pin in enumerate(pins):
+ for i, pin in enumerate(pins[""]):
insert_pin(path, pin[0], pin[1], pkgs[i][2])
file_path.make_tree_files_read_only(site_root)
« no previous file with comments | « client/cipd.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698