mts: fix mts-rules.yml download url

Signed-off-by: Chenxiong Qi <cqi@redhat.com>
This commit is contained in:
Chenxiong Qi 2019-09-20 20:18:39 +08:00 committed by Pierre-Yves Chibon
parent e94715317a
commit dd14d05de6

View file

@ -23,7 +23,7 @@ class BaseConfiguration:
# Disable dry_run when enable MTS
dry_run = True
rules_file_url = ('https://infrastructure.fedoraproject.org/cgit/ansible.git/tree/'
rules_file_url = ('https://infrastructure.fedoraproject.org/cgit/ansible.git/plain/'
'roles/openshift-apps/message-tagging-service/files/mts-rules.yml')
mbs_api_url = 'https://mbs.fedoraproject.org/module-build-service/1/'
koji_profile = 'koji'