diff options
author | clime <clime@redhat.com> | 2017-04-19 20:41:45 +0200 |
---|---|---|
committer | clime <clime@redhat.com> | 2017-04-19 20:41:45 +0200 |
commit | afc9ad7a664f518b83a1e7795d7ec751ba4ffc5b (patch) | |
tree | 6b495bd908392e96282de528e25b85a450e566a9 | |
parent | 46ac145b3e5f502023f7cdf074996a11545b2688 (diff) | |
download | ansible-afc9ad7a664f518b83a1e7795d7ec751ba4ffc5b.tar.gz ansible-afc9ad7a664f518b83a1e7795d7ec751ba4ffc5b.tar.xz ansible-afc9ad7a664f518b83a1e7795d7ec751ba4ffc5b.zip |
copr-frontend: supply schema for MBS_URL
-rw-r--r-- | roles/copr/frontend/templates/copr.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/copr/frontend/templates/copr.conf b/roles/copr/frontend/templates/copr.conf index 1f067ee48..a59c6800b 100644 --- a/roles/copr/frontend/templates/copr.conf +++ b/roles/copr/frontend/templates/copr.conf @@ -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'] |