diff options
author | Thorben Günther <admin@xenrox.net> | 2020-01-27 21:56:38 +0100 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2020-01-28 09:25:45 -0500 |
commit | a4e8bdc450b8a09bf87df2526749bb1890653d21 (patch) | |
tree | 860db2c1e93e028d66c06b4d3340548d66149489 /builds.sr.ht | |
parent | 5ad45d71d6fbc92d4d9d91207e3fbe6d89ea245a (diff) | |
download | sr.ht-docs-a4e8bdc450b8a09bf87df2526749bb1890653d21.tar.gz |
builds installation: How to configure ssh access
Diffstat (limited to 'builds.sr.ht')
-rw-r--r-- | builds.sr.ht/installation.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/builds.sr.ht/installation.md b/builds.sr.ht/installation.md index bd4942b..44116ae 100644 --- a/builds.sr.ht/installation.md +++ b/builds.sr.ht/installation.md @@ -169,3 +169,6 @@ Once all of this is done, make sure the worker is compiled (with go 1.11 or later) by running `go build` in the worker/ directory, start the `builds.sr.ht-worker` service and it's off to the races. Submit builds on the master server and they should run correctly at this point. + +For SSH access to (failed) builds you will need to install `git.sr.ht` and +configure `[git.sr.ht::dispatch]` for `buildsrht-keys`. |