Use external koji repo

Expect most uses to be downstream so add an external koji repo by
default.
This commit is contained in:
William Douglas
2018-11-07 17:59:03 -08:00
parent e815252e2f
commit 66d652e20d

View File

@@ -7,6 +7,6 @@ export KOJI_MASTER_FQDN=$(hostname -f)
export KOJI_SLAVE_FQDN="$KOJI_MASTER_FQDN"
export KOJI_DIR=/srv/koji
export CGIT_FQDN="$KOJI_MASTER_FQDN"
#export EXTERNAL_REPO=https://cdn.download.clearlinux.org/releases/"$(curl https://download.clearlinux.org/latest)"/clear/\$arch/os/
export EXTERNAL_REPO=https://cdn.download.clearlinux.org/releases/"$(curl https://download.clearlinux.org/latest)"/clear/\$arch/os/
export TAG_NAME=clear
export KOJID_CAPACITY=16