mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-24 18:41:38 +08:00
copr-fe: update copr-dist-git urls to use https
This commit is contained in:
@@ -70,9 +70,9 @@ ENFORCE_PROTOCOL_FOR_BACKEND_URL = "https"
|
||||
ENFORCE_PROTOCOL_FOR_FRONTEND_URL = "https"
|
||||
{% endif %}
|
||||
|
||||
DIST_GIT_URL="http://{{ dist_git_base_url }}/cgit"
|
||||
DIST_GIT_CLONE_URL="http://{{ dist_git_base_url }}/git"
|
||||
COPR_DIST_GIT_LOGS_URL = "http://{{ dist_git_base_url }}/per-task-logs"
|
||||
DIST_GIT_URL="https://{{ dist_git_base_url }}/cgit"
|
||||
DIST_GIT_CLONE_URL="https://{{ dist_git_base_url }}/git"
|
||||
COPR_DIST_GIT_LOGS_URL = "https://{{ dist_git_base_url }}/per-task-logs"
|
||||
MBS_URL = "http://localhost/module/1/module-builds/"
|
||||
|
||||
# no need to filter cla_* groups, they are already filtered by fedora openid
|
||||
|
||||
Reference in New Issue
Block a user