diff options
author | Erich Eckner <git@eckner.net> | 2020-05-29 10:26:17 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2020-05-29 10:26:17 +0200 |
commit | 59bf04abaf93f5b63165343c0631d8d611ff53f2 (patch) | |
tree | ccecab89e3af387f4f1bdb7b867167d16d56afec /README | |
parent | 418529b3167a2a0c922266daabcb1b8c3b237123 (diff) | |
download | archive-server-59bf04abaf93f5b63165343c0631d8d611ff53f2.tar.xz |
Diffstat (limited to 'README')
-rw-r--r-- | README | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -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 |