summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2020-05-29 10:26:17 +0200
committerErich Eckner <git@eckner.net>2020-05-29 10:26:17 +0200
commit59bf04abaf93f5b63165343c0631d8d611ff53f2 (patch)
treeccecab89e3af387f4f1bdb7b867167d16d56afec
parent418529b3167a2a0c922266daabcb1b8c3b237123 (diff)
downloadarchive-server-master.tar.xz
update READMEHEADmaster
-rw-r--r--README7
1 files changed, 4 insertions, 3 deletions
diff --git a/README b/README
index 9348b94..b21725b 100644
--- a/README
+++ b/README
@@ -12,8 +12,9 @@ Use:
access on the webserver:
- to schedule for cloning
- ?r=base64_encode(https://url.to/upstream/repository.git)
+ ?t=git/hg&r=base64_encode(https://url.to/upstream/repository.git)
- to retrieve tar ball:
- ?r=base64_encode(https://url.to/upstream/repository.git)&tag=base64_encode(tag)
- ?r=base64_encode(https://url.to/upstream/repository.git)&commit=hash
+ ?t=git/hg&r=base64_encode(https://url.to/upstream/repository.git)&tag=base64_encode(tag)
+ ?t=git/hg&r=base64_encode(https://url.to/upstream/repository.git)&commit=hash
+ ?t=git&r=base64_encode(https://url.to/upstream/repository.git)&commit=hash&valid_keys=fp1,fp2,fp3