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