Changes

Jump to navigation Jump to search
50 bytes added ,  00:40, 18 August 2023
Line 388: Line 388:  
</syntaxhighlight><more to come...>
 
</syntaxhighlight><more to come...>
   −
===== Koji Hub setup =====
+
===== Koji Hub setup for build server =====
We'll want the build servers to have access to the koji filesystem via nfs, so on the koji hub server<syntaxhighlight lang="bash">
+
We'll want the build servers to have access to the koji filesystem via nfs, so on the koji hub server (koji.koozali.org)<syntaxhighlight lang="bash">
 
dnf install nfs-utils
 
dnf install nfs-utils
 
systemctl enable --now nfs-server
 
systemctl enable --now nfs-server
 
nano /etc/exports
 
nano /etc/exports
   −
</syntaxhighlight>we only have one build server, but you can add additional to the line, separated by a space<syntaxhighlight lang="ini">
+
</syntaxhighlight>we only have one build server, but you can add additional build servers to the line, separated by a space<syntaxhighlight lang="ini">
 
/mnt/koji build1.koozali.org(rw,sync,root_squash)
 
/mnt/koji build1.koozali.org(rw,sync,root_squash)
 
</syntaxhighlight>export, verify and allow Apache access via SELinux<syntaxhighlight lang="bash">
 
</syntaxhighlight>export, verify and allow Apache access via SELinux<syntaxhighlight lang="bash">
371

edits

Navigation menu