toddlers, poddlers: Add lookaside URL to config

Signed-off-by: Lenka Segura <lsegura@redhat.com>
This commit is contained in:
Lenka Segura 2024-10-28 19:18:15 +01:00 committed by kevin
parent d5114837da
commit c2ec343276
2 changed files with 6 additions and 0 deletions

View file

@ -110,6 +110,9 @@ bugzilla_group = "fedora_contrib"
# Base URL for the Koji build system # Base URL for the Koji build system
koji_url = "https://koji{{ env_suffix }}.fedoraproject.org" koji_url = "https://koji{{ env_suffix }}.fedoraproject.org"
# Base URL for lookaside cache (no staging here)
lookaside_url = "https://src.fedoraproject.org/lookaside"
# Credentials for koji session # Credentials for koji session
{% if env == 'staging' %} {% if env == 'staging' %}
principal = "toddlers/os-control01.stg.iad2.fedoraproject.org@STG.FEDORAPROJECT.ORG" principal = "toddlers/os-control01.stg.iad2.fedoraproject.org@STG.FEDORAPROJECT.ORG"

View file

@ -110,6 +110,9 @@ bugzilla_group = "fedora_contrib"
# Base URL for the Koji build system # Base URL for the Koji build system
koji_url = "https://koji{{ env_suffix }}.fedoraproject.org" koji_url = "https://koji{{ env_suffix }}.fedoraproject.org"
# Base URL for lookaside cache (no staging here)
lookaside_url = "https://src.fedoraproject.org/lookaside"
# Credentials for koji session # Credentials for koji session
{% if env == 'staging' %} {% if env == 'staging' %}
principal = "toddlers/os-control01.stg.iad2.fedoraproject.org@STG.FEDORAPROJECT.ORG" principal = "toddlers/os-control01.stg.iad2.fedoraproject.org@STG.FEDORAPROJECT.ORG"