From 8015bf47c7a603bac973b8ceff576d9ddec8f616 Mon Sep 17 00:00:00 2001 From: Jakub Kadlcik Date: Thu, 12 Feb 2026 13:39:00 +0100 Subject: [PATCH] copr: change default storage for new projects to Pulp See https://fedora-copr.github.io/posts/migrating-copr-results-to-pulp --- roles/copr/frontend/templates/copr.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/roles/copr/frontend/templates/copr.conf b/roles/copr/frontend/templates/copr.conf index 9e27d810ef..78106b4266 100644 --- a/roles/copr/frontend/templates/copr.conf +++ b/roles/copr/frontend/templates/copr.conf @@ -294,6 +294,10 @@ USAGE_TREEMAP_TEAMS = { "Python-team": ["@python", "thrnciar", "torsava", "encukou", "cstratak", "churchyard"], } +# What storage should be set for new projects. +# Possible options are "backend" and "pulp" +DEFAULT_STORAGE = "pulp" + PULP_CONTENT_URL = '{{ backend_base_url }}/results/'