From a14a0de5652dace649aa1ac52d23a4e3f1eb2637 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Tue, 5 Jan 2021 12:25:03 +0100 Subject: [PATCH] toddlers: Add a missing configuration key: kojipkgs_url Signed-off-by: Pierre-Yves Chibon --- roles/openshift-apps/toddlers/templates/fedora-messaging.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/roles/openshift-apps/toddlers/templates/fedora-messaging.toml b/roles/openshift-apps/toddlers/templates/fedora-messaging.toml index a0e1c36d1f..f5f82856ea 100644 --- a/roles/openshift-apps/toddlers/templates/fedora-messaging.toml +++ b/roles/openshift-apps/toddlers/templates/fedora-messaging.toml @@ -74,6 +74,9 @@ bugzilla_group = "fedora_contrib" # Base URL for the Koji build system koji_url = "https://koji{{ env_suffix }}.fedoraproject.org" +# Base URL for the Koji package db +kojipkgs_url = "https://kojipkgs.fedoraproject.org" + # Account to use to connect to Pagure-as-dist-git dist_git_url = "https://src{{ env_suffix }}.fedoraproject.org" dist_git_token_seed = "private random string to change"