mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
copr: define cgit_uri template variable
And provide updated httpd/conf.d/cgit.conf.
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user