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

Unified Diff: appengine/isolate/doc/Design.md

Issue 2060983006: luci-py/isolateserver.py: Add archive support when downloading. (Closed) Base URL: https://github.com/luci/luci-py.git@master
Patch Set: Small fixes. Created 4 years, 6 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/isolate/doc/Design.md
diff --git a/appengine/isolate/doc/Design.md b/appengine/isolate/doc/Design.md
index b123cd9b0e973af524fb2b5f00e1863d413cd6dd..2d9add57dbad39b30216138818c9b2d84d108e64 100644
--- a/appengine/isolate/doc/Design.md
+++ b/appengine/isolate/doc/Design.md
@@ -117,6 +117,7 @@ The root is a dictionary with the following keys:
- `l`: link destination iff a symlink
- `m`: posix file mode iff on posix
- `s`: file size iff not a symlink
+ - `a`: file is an archive which needs extraction using tool
- `includes`: references another `.isolated` file for additional files or to
provide the command. In practice, this is used to reduce `.isolated` file
size by moving rarely changed test data files in a separate `.isolated`
« 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