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

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

Issue 2484133002: luci-py/isolateserver.py: Add support for tar archives when downloading. (Closed) Base URL: https://github.com/luci/luci-py.git@master
Patch Set: Rebase onto master. Created 4 years, 1 month 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/isolated_format.py » ('j') | no next file with comments »
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 c3afb0f694321a29c585221c5b62123c339339e4..281a5aa0b5e672bd342f074f017a02e6d3aa304b 100644
--- a/appengine/isolate/doc/Design.md
+++ b/appengine/isolate/doc/Design.md
@@ -133,10 +133,12 @@ The root is a dictionary with the following keys:
##### File types
-There are two file types;
+There are the following file types;
- `basic`: All normal files, the default type.
- `ar`: An [ar](https://en.wikipedia.org/wiki/Ar_(Unix)) archive containing a
large number of small files.
+ - `tar`: An [tar](https://en.wikipedia.org/wiki/Tar_(Unix)) archive
+ containing a large number of small files.
#### Arbitrary split vs recursive trees
« no previous file with comments | « no previous file | client/isolated_format.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698