From 97c425d657c101faf04a0b0c5b1cc9abacc9db22 Mon Sep 17 00:00:00 2001 From: Trevor Batley Date: Fri, 1 Sep 2023 14:52:58 +1000 Subject: [PATCH] pull down nfs server script when external build --- install_koji_farm.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install_koji_farm.sh b/install_koji_farm.sh index 4daa3cf..dcfb95f 100644 --- a/install_koji_farm.sh +++ b/install_koji_farm.sh @@ -116,6 +116,7 @@ deploy-koji.sh # if there is a separate koji builder deploy that if [ "$KOJI_BUILD_FQDN" != "$KOJI_HUB_FQDN" ] ; then # add nfs share for koji files direcory + curl $SCRIPT_GIT/deploy-koji-nfs-server.sh > $SCRIPT_DIR/deploy-koji-nfs-server.sh deploy-koji-nfs-server.sh # create a ssh key and add to authorized keys on build server mkdir -p ~/.ssh