From 488dcfd3c5620d19ea0aafb3ec29b48fe1ed1ec5 Mon Sep 17 00:00:00 2001 From: Trevor Batley Date: Tue, 29 Aug 2023 16:23:25 +1000 Subject: [PATCH] scp updated parameters to builder --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5e14a07..613c9ac 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ If koji builder machine is not the same as koji master machine: deploy-koji-nfs-server.sh -1. Copy the koji builder certificate from the koji master machine to the koji builder machine +1. Copy the koji builder certificate and the globals and parameters scripts from the koji master machine to the koji builder machine scp "$KOJI_PKI_DIR/$KOJI_SLAVE_FQDN.pem" "$KOJI_SLAVE_FQDN":"$KOJI_PKI_DIR" ssh "root@$KOJI_SLAVE_FQDN" "mkdir -p ~/bin"