mirror of
https://github.com/clearlinux/koji-setup-scripts.git
synced 2026-04-28 11:03:50 +00:00
Use external koji repo
Expect most uses to be downstream so add an external koji repo by default.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user