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

Unified Diff: appengine/swarming/server/bot_archive.py

Issue 2847153002: Cache/retrieve extracted CIPD packages in local isolate cache (Closed)
Patch Set: Fix unicode glitch and make assertions less terrible to find Created 3 years, 8 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 | client/cipd.py » ('j') | client/cipd.py » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/swarming/server/bot_archive.py
diff --git a/appengine/swarming/server/bot_archive.py b/appengine/swarming/server/bot_archive.py
index ebcc7ca8fb1fe61f84421beb96ce532eceb2f497..233a363eb66dfea0b0db13012070cc8936a4978d 100644
--- a/appengine/swarming/server/bot_archive.py
+++ b/appengine/swarming/server/bot_archive.py
@@ -62,6 +62,8 @@ FILES = (
'bot_code/task_runner.py',
'client/auth.py',
'client/cipd.py',
+ 'client/isolate.py',
+ 'client/isolate_format.py',
'client/isolate_storage.py',
'client/isolated_format.py',
'client/isolateserver.py',
« no previous file with comments | « no previous file | client/cipd.py » ('j') | client/cipd.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698