copr-frontend: specify copr-dist-git clone url in the frontend config

This commit is contained in:
clime 2017-09-07 10:55:13 +02:00
parent de202b59e7
commit a6c919d055

View file

@ -71,6 +71,7 @@ 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"
MBS_URL = "http://localhost/module/1/module-builds/"