Fix yml syntax errors and warnings

Signed-off-by: Pedro Moura <pmoura@redhat.com>
This commit is contained in:
Pedro Moura 2023-09-28 16:20:05 -03:00 committed by phsmoura
parent bbbc74ffe3
commit 9c834172f0
2 changed files with 644 additions and 639 deletions

View file

@ -186,7 +186,8 @@ children:
data: data:
icon: bugzilla.png icon: bugzilla.png
url: https://bugzilla.redhat.com url: https://bugzilla.redhat.com
package_url: https://bugzilla.redhat.com/buglist.cgi?bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&product=Fedora&product=Fedora%20EPEL&query_format=advanced&component={package} package_url: >
https://bugzilla.redhat.com/buglist.cgi?bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&product=Fedora&product=Fedora%20EPEL&query_format=advanced&component={package}
description: > description: >
The Fedora Community makes use of a bugzilla instance The Fedora Community makes use of a bugzilla instance
run by Red Hat. Notice something wrong with a Fedora run by Red Hat. Notice something wrong with a Fedora
@ -194,7 +195,8 @@ children:
- name: Review Status - name: Review Status
data: data:
url: https://fedoraproject.org/PackageReviewStatus/ url: https://fedoraproject.org/PackageReviewStatus/
package_url: https://bugzilla.redhat.com/buglist.cgi?component=Package%20Review&query_format=advanced&short_desc_type=allwordssubstr&short_desc={package} package_url: >
https://bugzilla.redhat.com/buglist.cgi?component=Package%20Review&query_format=advanced&short_desc_type=allwordssubstr&short_desc={package}
# TODO - write the SOP for this # TODO - write the SOP for this
# https://pagure.io/fedora-infrastructure/issue/5152 # https://pagure.io/fedora-infrastructure/issue/5152
# sops: # sops:
@ -366,7 +368,8 @@ children:
url: https://copr.fedoraproject.org url: https://copr.fedoraproject.org
user_url: https://copr.fedoraproject.org/coprs/{user}/ user_url: https://copr.fedoraproject.org/coprs/{user}/
source_url: https://github.com/fedora-copr/copr source_url: https://github.com/fedora-copr/copr
bugs_url: https://bugzilla.redhat.com/buglist.cgi?bug_status=NEW&bug_status=ASSIGNED&bug_status=POST&bug_status=MODIFIED&bug_status=ON_DEV&bug_status=ON_QA&bug_status=VERIFIED&bug_status=RELEASE_PENDING&classification=Community&list_id=4767864&product=Copr&query_format=advanced bugs_url: >
https://bugzilla.redhat.com/buglist.cgi?bug_status=NEW&bug_status=ASSIGNED&bug_status=POST&bug_status=MODIFIED&bug_status=ON_DEV&bug_status=ON_QA&bug_status=VERIFIED&bug_status=RELEASE_PENDING&classification=Community&list_id=4767864&product=Copr&query_format=advanced
docs_url: https://copr-backend.readthedocs.org/ docs_url: https://copr-backend.readthedocs.org/
# Also: # Also:
# - https://copr-keygen.readthedocs.org/ # - https://copr-keygen.readthedocs.org/
@ -381,7 +384,8 @@ children:
data: data:
icon: koji.png icon: koji.png
url: https://koji.fedoraproject.org/koji url: https://koji.fedoraproject.org/koji
package_url: https://koji.fedoraproject.org/koji/search?match=glob&type=package&terms={package} package_url: >
https://koji.fedoraproject.org/koji/search?match=glob&type=package&terms={package}
user_url: https://koji.fedoraproject.org/koji/userinfo?userID={user} user_url: https://koji.fedoraproject.org/koji/userinfo?userID={user}
source_url: https://pagure.io/koji source_url: https://pagure.io/koji
bugs_url: https://pagure.io/koji/issues bugs_url: https://pagure.io/koji/issues
@ -471,7 +475,8 @@ children:
url: https://apps.fedoraproject.org/github2fedmsg url: https://apps.fedoraproject.org/github2fedmsg
source_url: https://github.com/fedora-infra/github2fedmsg source_url: https://github.com/fedora-infra/github2fedmsg
bugs_url: https://github.com/fedora-infra/github2fedmsg/issues bugs_url: https://github.com/fedora-infra/github2fedmsg/issues
docs_url: https://github.com/fedora-infra/github2fedmsg/blob/develop/README.rst#github2fedmsg docs_url: >
https://github.com/fedora-infra/github2fedmsg/blob/develop/README.rst#github2fedmsg
sops: sops:
- https://infrastructure.fedoraproject.org/infra/docs/github2fedmsg.rst - https://infrastructure.fedoraproject.org/infra/docs/github2fedmsg.rst
status_mappings: ['fedmsg'] status_mappings: ['fedmsg']
@ -651,7 +656,7 @@ children:
- name: Ipsilon - name: Ipsilon
data: data:
url: https://pagure.io/ipsilon url: https://pagure.io/ipsilon
description: description: >
Ipsilon is our central authentication agent that is used to Ipsilon is our central authentication agent that is used to
authenticate users agains FAS. It is seperate from FAS. The authenticate users agains FAS. It is seperate from FAS. The
only service that is not using this currently is the wiki. only service that is not using this currently is the wiki.