From 73c67036cc4d2de080d2381b02a9e95f4dd20da9 Mon Sep 17 00:00:00 2001 From: Jakub Kadlcik Date: Fri, 22 Aug 2025 14:07:16 +0200 Subject: [PATCH] copr-be: define pulp_content_url in the config --- roles/copr/backend/templates/copr-be.conf.j2 | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/roles/copr/backend/templates/copr-be.conf.j2 b/roles/copr/backend/templates/copr-be.conf.j2 index 4b7c9e67ac..4dc9c135c5 100644 --- a/roles/copr/backend/templates/copr-be.conf.j2 +++ b/roles/copr/backend/templates/copr-be.conf.j2 @@ -101,6 +101,12 @@ aws_cloudfront_distribution={{ aws_cloudfront_distribution }} # Use sha256 hash for all active chroots except for EPEL7 gently_gpg_sha256 = False +# URL where Pulp results are available +# For easy setups it can be generated on the fly from `pulp status`. But is not +# possible for more complicated deployments like hosted Fedora Pulp. +pulp_content_url={{ pulp_content_url }} + + [builder] # default is 1800, this probably has no effect! timeout=108000