scp updated parameters to builder

This commit is contained in:
Trevor Batley 2023-08-29 16:23:25 +10:00
parent 47676b4dd8
commit 488dcfd3c5

View File

@ -42,7 +42,7 @@ If koji builder machine is not the same as koji master machine:
deploy-koji-nfs-server.sh 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" scp "$KOJI_PKI_DIR/$KOJI_SLAVE_FQDN.pem" "$KOJI_SLAVE_FQDN":"$KOJI_PKI_DIR"
ssh "root@$KOJI_SLAVE_FQDN" "mkdir -p ~/bin" ssh "root@$KOJI_SLAVE_FQDN" "mkdir -p ~/bin"