mirror of
https://src.koozali.org/infra/smeserver-koji.git
synced 2024-11-21 17:17:28 +01:00
wrong comparator
This commit is contained in:
parent
651995f9b4
commit
1096d55e98
@ -66,7 +66,7 @@ sudo -u kojiadmin koji add-host-to-channel "$KOJI_BUILD_FQDN" createrepo
|
|||||||
# A note on capacity
|
# A note on capacity
|
||||||
sudo -u kojiadmin koji edit-host --capacity="$KOJID_CAPACITY" "$KOJI_BUILD_FQDN"
|
sudo -u kojiadmin koji edit-host --capacity="$KOJID_CAPACITY" "$KOJI_BUILD_FQDN"
|
||||||
# check if local install or remote
|
# check if local install or remote
|
||||||
if [ $KOJI_BUILD_FQDN -eq $KOJI_HUB_FQDN ] ; then
|
if [[ $KOJI_BUILD_FQDN = $KOJI_HUB_FQDN ]] ; then
|
||||||
# deploy locally
|
# deploy locally
|
||||||
echo "All-in-one: Hub will now be a build server as well"
|
echo "All-in-one: Hub will now be a build server as well"
|
||||||
if [ ! -f $SCRIPT_DIR/koji-deploy-builder.sh ] ; then
|
if [ ! -f $SCRIPT_DIR/koji-deploy-builder.sh ] ; then
|
||||||
|
Loading…
Reference in New Issue
Block a user