aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--builds.sr.ht/manifest.md10
1 files changed, 8 insertions, 2 deletions
diff --git a/builds.sr.ht/manifest.md b/builds.sr.ht/manifest.md
index 36a33bd..fc38d27 100644
--- a/builds.sr.ht/manifest.md
+++ b/builds.sr.ht/manifest.md
@@ -56,8 +56,14 @@ page](/builds.sr.ht/compatibility.md) for details.
*list* (of *string*)
-A list of git repositories to clone into the home directory of the build
-user in the build environment.
+A list of repositories to clone into the home directory of the build user in the
+build environment. Optionally, prefix the protocol with the source control
+management scheme, to specify a protocol other than git. Examples:
+
+- `https://git.sr.ht/~sircmpwn/scdoc`: git over https
+- `git@git.sr.ht:~sircmpwn/scdoc`: git over SSH ([requires key](private-repos.md))
+- `hg+https://hg.sr.ht/~sircmpwn/scdoc`: Mercurial over https
+- `hg+ssh://hg.sr.ht/~sircmpwn/scdoc`: Mercurial over SSH ([requires key](private-repos.md))
## tasks