forked from infra/ansible
Update some Forgejo-migrated repo URLs
Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
9f7c3b53c6
commit
021c63e9df
7 changed files with 7 additions and 7 deletions
|
|
@ -119,7 +119,7 @@
|
|||
|
||||
- name: Check out check-compose
|
||||
git:
|
||||
repo: https://pagure.io/fedora-qa/check-compose.git # noqa 401
|
||||
repo: https://forge.fedoraproject.org/quality/check-compose.git # noqa 401
|
||||
dest: /root/check-compose
|
||||
register: gitcc
|
||||
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@ certfile = "{{ checkcompose_amqp_cert }}"
|
|||
|
||||
[client_properties]
|
||||
app = "Fedora compose check report sender"
|
||||
app_url = "https://pagure.io/fedora-qa/check-compose"
|
||||
app_url = "https://forge.fedoraproject.org/quality/check-compose"
|
||||
app_contacts_email = ["adamwill@fedoraproject.org", "lruzicka@redhat.com", "qa-devel@lists.fedoraproject.org"]
|
||||
|
||||
[exchanges."amq.topic"]
|
||||
|
|
|
|||
|
|
@ -193,7 +193,7 @@ wikitcms client_secret="notsecret"
|
|||
wikitcms client_name="Wiki Test Control Management System"
|
||||
wikitcms redirect_uris=["http://localhost:13747/", "http://localhost:12345/", "http://localhost:23456/"]
|
||||
wikitcms application_type="native"
|
||||
wikitcms client_uri="https://pagure.io/fedora-qa/python-wikitcms"
|
||||
wikitcms client_uri="https://forge.fedoraproject.org/quality/python-wikitcms"
|
||||
wikitcms contacts=["adamwill@fedoraproject.org"]
|
||||
wikitcms logo_uri=null
|
||||
wikitcms policy_uri="https://fedoraproject.org/wiki/Legal:PrivacyPolicy"
|
||||
|
|
|
|||
|
|
@ -50,7 +50,7 @@
|
|||
|
||||
- name: Check out createhdds
|
||||
git:
|
||||
repo: https://pagure.io/fedora-qa/createhdds.git
|
||||
repo: https://forge.fedoraproject.org/quality/createhdds.git
|
||||
dest: /root/createhdds
|
||||
version: "{{ openqa_createhdds_branch }}"
|
||||
when: >
|
||||
|
|
|
|||
|
|
@ -137,7 +137,7 @@
|
|||
|
||||
- name: Check out relvalconsumer
|
||||
git:
|
||||
repo: https://pagure.io/fedora-qa/relvalconsumer.git
|
||||
repo: https://forge.fedoraproject.org/quality/relvalconsumer.git
|
||||
dest: /root/relvalconsumer
|
||||
register: gitrvc
|
||||
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@ certfile = "{{ relvalconsumer_amqp_cert }}"
|
|||
|
||||
[client_properties]
|
||||
app = "Fedora release validation event AMI page updater (relvalconsumer)"
|
||||
app_url = "https://pagure.io/fedora-qa/relvalconsumer"
|
||||
app_url = "https://forge.fedoraproject.org/quality/relvalconsumer"
|
||||
app_contacts_email = ["adamwill@fedoraproject.org", "lruzicka@redhat.com", "qa-devel@lists.fedoraproject.org"]
|
||||
|
||||
[exchanges."amq.topic"]
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@ certfile = "{{ relvalconsumer_amqp_cert }}"
|
|||
|
||||
[client_properties]
|
||||
app = "Fedora release validation event creator (relvalconsumer)"
|
||||
app_url = "https://pagure.io/fedora-qa/relvalconsumer"
|
||||
app_url = "https://forge.fedoraproject.org/quality/relvalconsumer"
|
||||
app_contacts_email = ["adamwill@fedoraproject.org", "lruzicka@redhat.com", "qa-devel@lists.fedoraproject.org"]
|
||||
|
||||
[exchanges."amq.topic"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue