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

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

Issue 2060983006: luci-py/isolateserver.py: Add archive support when downloading. (Closed) Base URL: https://github.com/luci/luci-py.git@master
Patch Set: Update hashes as version has changed. Created 4 years, 5 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
Index: appengine/swarming/server/bot_archive.py
diff --git a/appengine/swarming/server/bot_archive.py b/appengine/swarming/server/bot_archive.py
index a25c34a1b095d0a68f7c6ae307f9a524a2f69a63..732a54dd5dcbebfcf0b97e5468609dfd0a26dfa4 100644
--- a/appengine/swarming/server/bot_archive.py
+++ b/appengine/swarming/server/bot_archive.py
@@ -51,6 +51,9 @@ FILES = (
'client/isolateserver.py',
'client/run_isolated.py',
'config/__init__.py',
+ 'libs/arfile/arfile.py',
+ 'libs/arfile/__init__.py',
+ 'libs/__init__.py',
'third_party/__init__.py',
'third_party/colorama/__init__.py',
'third_party/colorama/ansi.py',

Powered by Google App Engine
This is Rietveld 408576698