mirror of
https://src.koozali.org/infra/smeserver-koji.git
synced 2024-11-21 17:17:28 +01:00
add additional builders to /etc/exports
This commit is contained in:
parent
84c305910c
commit
fdda43fade
@ -84,7 +84,7 @@ else
|
||||
fi
|
||||
|
||||
# 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
|
||||
pushd "$KOJI_PKI_DIR"
|
||||
@ -118,6 +118,3 @@ else
|
||||
# deploy koji builder
|
||||
ssh $QUIET root@$KOJI_BUILD_FQDN $SCRIPT_DIR/koji-deploy-builder.sh $DEBUG
|
||||
fi
|
||||
|
||||
#
|
||||
koji-bootstrap-build.sh $DEBUG
|
Loading…
Reference in New Issue
Block a user