From a4e8bdc450b8a09bf87df2526749bb1890653d21 Mon Sep 17 00:00:00 2001 From: Thorben Günther Date: Mon, 27 Jan 2020 21:56:38 +0100 Subject: builds installation: How to configure ssh access --- builds.sr.ht/installation.md | 3 +++ 1 file changed, 3 insertions(+) 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`. -- cgit