summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJonathan Maw <jonathan.maw@codethink.co.uk>2021-10-05 18:45:36 +0100
committerKyle Mckay <kyle.mckay@codethink.co.uk>2021-11-04 09:22:52 +0000
commitae7a1aa61e899be6bb90510897046d27c8d6e126 (patch)
tree2af0dfba4d2bdb825213e92c2ab4a0350735a0f5 /README.md
parent64182a57a49203cf87c9d6e99d9a29d47e229bf0 (diff)
downloadlorry-ae7a1aa61e899be6bb90510897046d27c8d6e126.tar.gz
Gitify raw files, storing them in an LFS repo
Now, if a lorry has type 'raw-file', it'll be stored as a large file in a 'raw-file-mirrors' repo (or whatever else 'raw-file-repo' is set to)
Diffstat (limited to 'README.md')
-rw-r--r--README.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/README.md b/README.md
index a3e4905..d990196 100644
--- a/README.md
+++ b/README.md
@@ -282,6 +282,19 @@ will be tagged as 'bkai00mp.ttf')
}
}
+### Raw File
+
+Lorry can store raw files in a git LFS repository, which may allow your git
+server to serve those files via its repository browser.
+
+All raw files are stored in a single repository under subpaths generated from the leading components of the lorry's name.
+
+ {
+ "pub/gnu/ccrtp": {
+ "type": "raw-file",
+ "url": "ftp://ftp.gnu.org/pub/gnu/ccrtp/ccrtp-2.1.2.tar.gz"
+ }
+ }
Tips
----