Line 47:
Line 47:
</syntaxhighlight>
</syntaxhighlight>
The install-koji-farm.sh script will accept multiple parameters<syntaxhighlight lang="bash">
The install-koji-farm.sh script will accept multiple parameters<syntaxhighlight lang="bash">
−
install-koji-farm.sh [web=<web FQDN> | build=<build FQDN> | debug]
+
install-koji-farm.sh [web=<web FQDN> | build=<build FQDN> | scm=<scm ip or name>:/* | debug]
</syntaxhighlight>
</syntaxhighlight>
* web=<FQDN> - defaults to hub FQDN
* web=<FQDN> - defaults to hub FQDN
−
*build=<FQDN> - multiple allowed.
+
*build=<FQDN> - multiple allowed
+
*scm=<IP or Name of SCM>:/* - multiple allowed
*debug - will list each line executed, plus lots of other gunk (very noisy)
*debug - will list each line executed, plus lots of other gunk (very noisy)