copr-frontend: configure Pulp content URL

This commit is contained in:
Jakub Kadlcik 2024-10-29 19:45:38 +01:00
parent 5cffe17cd8
commit b69ee7da43

View file

@ -251,3 +251,9 @@ USAGE_TREEMAP_TEAMS = {
"Packit": ["packit", "packit-stg", "ttomecek"],
"Python-team": ["@python", "thrnciar", "torsava", "encukou", "cstratak", "churchyard"],
}
{% if env == "production" %}
PULP_CONTENT_URL = "https://console.redhat.com/api/pulp-content/public-copr"
{% else %}
PULP_CONTENT_URL = "https://pulp.stage.devshift.net/api/pulp-content/copr"
{% endif %}