copr: define cgit_uri template variable

And provide updated httpd/conf.d/cgit.conf.
This commit is contained in:
Pavel Raiskup
2025-09-24 14:01:00 +02:00
parent 3df29fa809
commit ae33c9d0d4
7 changed files with 17 additions and 8 deletions

View File

@@ -105,7 +105,7 @@ ENFORCE_PROTOCOL_FOR_BACKEND_URL = "https"
ENFORCE_PROTOCOL_FOR_FRONTEND_URL = "https"
{% endif %}
DIST_GIT_URL="https://{{ dist_git_base_url }}/packages"
DIST_GIT_URL="https://{{ dist_git_base_url }}/{{ cgit_uri }}"
DIST_GIT_CLONE_URL="https://{{ dist_git_base_url }}/git"
COPR_DIST_GIT_LOGS_URL = "https://{{ dist_git_base_url }}/per-task-logs"