mirror of
https://src.koozali.org/infra/smeserver-koji.git
synced 2024-11-21 17:17:28 +01:00
install nfs-utils on build
This commit is contained in:
parent
ce46a50542
commit
a04dd07665
@ -7,6 +7,9 @@ SCRIPT_DIR="$(dirname "$(realpath "$0")")"
|
||||
source "$SCRIPT_DIR"/globals.sh
|
||||
source "$SCRIPT_DIR"/parameters.sh
|
||||
|
||||
# Install nfs-utils
|
||||
dnf install -y nfs-utils
|
||||
|
||||
KOJI_MOUNT_SERVICE="${KOJI_DIR:1}"
|
||||
KOJI_MOUNT_SERVICE="${KOJI_MOUNT_SERVICE/\//-}".mount
|
||||
mkdir -p /etc/systemd/system
|
||||
|
@ -4,8 +4,8 @@
|
||||
|
||||
## KOJI RPM BUILD AND TRACKER
|
||||
export KOJI_DIR=/mnt/koji
|
||||
export KOJI_MASTER_FQDN="$(hostname -f)"
|
||||
# Use master FQDN if build server on master
|
||||
export KOJI_MASTER_FQDN="koji.koozali.org"
|
||||
# Use master FQDN if a combined build and master server
|
||||
#export KOJI_SLAVE_FQDN="$KOJI_MASTER_FQDN"
|
||||
# Build server FQDN if different from master
|
||||
export KOJI_SLAVE_FQDN="kojibuild1.koozali.org"
|
||||
|
Loading…
Reference in New Issue
Block a user