copr-frontend: supply schema for MBS_URL

This commit is contained in:
clime 2017-04-19 20:41:45 +02:00
parent 46ac145b3e
commit afc9ad7a66

View file

@ -66,7 +66,7 @@ ENFORCE_PROTOCOL_FOR_FRONTEND_URL = "https"
DIST_GIT_URL="http://{{ dist_git_base_url }}/cgit"
COPR_DIST_GIT_LOGS_URL = "http://{{ dist_git_base_url }}/per-task-logs"
MBS_URL = "localhost/module/1/module-builds/"
MBS_URL = "http://localhost/module/1/module-builds/"
# no need to filter cla_* groups, they are already filtered by fedora openid
BLACKLISTED_GROUPS = ['fedorabugs', 'packager', 'provenpackager']