summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README15
1 files changed, 15 insertions, 0 deletions
diff --git a/README b/README
index ad6cb9a..bcb8add 100644
--- a/README
+++ b/README
@@ -202,6 +202,21 @@ NOTE: tarball imports are unlikely to give the same commit SHA1 but the tree
SHA1 inside (which is what is used for artifact cache IDs) should remain
stable.
+### Zip
+
+Lorry can import a zip file fetched from a URL. The contents will be
+extracted in place and committed directly to master. The new commit will
+be tagged with the basename of the imported zip file (e.g. docbook-xml-4.5.zip
+will be tagged as 'docbook-xml-4.5')
+
+ {
+ "docbook-xml": {
+ "type": "zip",
+ "url": "http://www.docbook.org/xml/4.5/docbook-xml-4.5.zip"
+ }
+ }
+
+
Tips
----