mirror of
https://src.koozali.org/infra/smeserver-koji.git
synced 2024-11-24 18:47:28 +01:00
_ not -
This commit is contained in:
parent
7356bfb93a
commit
d7c58fbfa1
@ -232,9 +232,9 @@ deploy_builder () {
|
||||
|
||||
if [ -z $KOJI_BUILD_FQDNS ] ; then
|
||||
# use hub if no builders entered
|
||||
deploy-builder $KOJI_HUB_FQDN
|
||||
deploy_builder $KOJI_HUB_FQDN
|
||||
elif [ $KOJI_BUILD_FQDNS = "prompt" ] ; then
|
||||
# prompt for builders
|
||||
# prompt for builders, if requested
|
||||
echo "We will now deploy koji to your build servers"
|
||||
MSG="Press <enter> to use your hub ($KOJI_HUB_FQDN), or enter the FQDN of your first build server) "
|
||||
BSNO=1
|
||||
|
Loading…
Reference in New Issue
Block a user