mirror of
https://src.koozali.org/infra/smeserver-koji.git
synced 2024-11-21 17:17:28 +01:00
didn't create builder cert for local install
This commit is contained in:
parent
1096d55e98
commit
c2e18aaaa6
@ -65,6 +65,14 @@ sudo -u kojiadmin koji add-host "$KOJI_BUILD_FQDN" "$RPM_ARCH"
|
|||||||
sudo -u kojiadmin koji add-host-to-channel "$KOJI_BUILD_FQDN" createrepo
|
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"
|
||||||
|
# Generate a certificate for the builder
|
||||||
|
if [ ! -f $SCRIPT_DIR/koji-gencert.sh ] ; then
|
||||||
|
curl $SILENT $SCRIPT_GIT/koji-gencert.sh > $SCRIPT_DIR/koji-gencert.sh
|
||||||
|
fi
|
||||||
|
cp $SCRIPT_DIR/koji-gencert.sh $KOJI_PKI_DIR/.
|
||||||
|
pushd "$KOJI_PKI_DIR"
|
||||||
|
./koji-gencert.sh "$KOJI_BUILD_FQDN" "/C=$COUNTRY_CODE/ST=$STATE/L=$LOCATION/O=$ORGANIZATION/CN=$KOJI_BUILD_FQDN"
|
||||||
|
popd
|
||||||
# check if local install or remote
|
# check if local install or remote
|
||||||
if [[ $KOJI_BUILD_FQDN = $KOJI_HUB_FQDN ]] ; then
|
if [[ $KOJI_BUILD_FQDN = $KOJI_HUB_FQDN ]] ; then
|
||||||
# deploy locally
|
# deploy locally
|
||||||
|
Loading…
Reference in New Issue
Block a user