add additional builders to /etc/exports

This commit is contained in:
Trevor Batley 2023-09-04 16:28:55 +10:00
parent 84c305910c
commit fdda43fade

View File

@ -84,7 +84,7 @@ else
fi fi
# add build server to nfs exports line # add build server to nfs exports line
# echo " $KOJI_BUILD_FQDN(ro,no_root_squash)" >> /etc/exports sed '/^\/mnt\/koji/ s/$/ $KOJI_BUILD_FQDN(ro,no_root_squash)/' /etc/exports
# Generate a certificate for the builder # Generate a certificate for the builder
pushd "$KOJI_PKI_DIR" pushd "$KOJI_PKI_DIR"
@ -118,6 +118,3 @@ else
# deploy koji builder # deploy koji builder
ssh $QUIET root@$KOJI_BUILD_FQDN $SCRIPT_DIR/koji-deploy-builder.sh $DEBUG ssh $QUIET root@$KOJI_BUILD_FQDN $SCRIPT_DIR/koji-deploy-builder.sh $DEBUG
fi fi
#
koji-bootstrap-build.sh $DEBUG