mirror of
https://src.koozali.org/infra/smeserver-koji.git
synced 2024-11-21 17:17:28 +01:00
use full path for scripts
This commit is contained in:
parent
9df10494ad
commit
7994a35b75
@ -153,21 +153,21 @@ EOT
|
||||
chmod o+x $SCRIPT_DIR/koji-parameters.sh
|
||||
|
||||
# deploy the central koji components
|
||||
koji-deploy-hub.sh $DEBUG
|
||||
$SCRIPT_DIR/koji-deploy-hub.sh $DEBUG
|
||||
|
||||
# deploy the web koji components
|
||||
koji-deploy-web.sh $KOJI_WEB_FQDN $DEBUG
|
||||
$SCRIPT_DIR/koji-deploy-web.sh $KOJI_WEB_FQDN $DEBUG
|
||||
|
||||
# add builders
|
||||
if [ -z $KOJI_BUILD_FQDNS ] ; then
|
||||
# use hub if no builders entered
|
||||
koji-add-builder.sh $KOJI_HUB_FQDN $DEBUG
|
||||
$SCRIPT_DIR/koji-add-builder.sh $KOJI_HUB_FQDN $DEBUG
|
||||
else
|
||||
# use builders added as command line parameters
|
||||
for FQDN in ${KOJI_BUILD_FQDNS} ; do
|
||||
koij-add-builder.sh $FQDN $DEBUG
|
||||
$SCRIPT_DIR/koij-add-builder.sh $FQDN $DEBUG
|
||||
done
|
||||
fi
|
||||
|
||||
# bootstrap the targets etc.
|
||||
koji-bootstrap-build.sh
|
||||
$SCRIPT_DIR/koji-bootstrap-build.sh
|
||||
|
Loading…
Reference in New Issue
Block a user