From dab5a457a8a214c2da4972bc453d18463678aa24 Mon Sep 17 00:00:00 2001 From: Trevor Batley Date: Thu, 29 Feb 2024 02:08:50 +0100 Subject: [PATCH] tidy up scm comments --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index af045ef..f8a7e20 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,7 @@ Thanks to George T Kramer for doing a lot of the prework for these over at Clear * These are run on a bare Rocky 8 minimal install * Basic configurations (e.g. network, time, etc.) have been applied * servers are reachable by their FQDNs (DNS or you've added them into the appropriate /etc/hosts files) +* postgres db will be installed on hub (it is possible to use an external db server, but the script does not support that - yet) * Koji web server can exist on the hub or it's own server * Koji builder can exist on the hub or multiple build servers @@ -44,7 +45,7 @@ There are optional parameters available on the install-koji-farm.sh script * No parameters will deploy an all-in-one server with the web and builder installed on the hub. * You can have multiple build=\ parameters. -* You can have multiple scm= parameters which will be added to the allowed SCMS +* You can have multiple scm= parameters which will be added to the allowed SCMS (src.koozali.org:/* is already included) * debug will print each command executed and be very noisy (still noisy without) The web interface will be available at http://\/koji