Fix yml syntax errors and warnings
Signed-off-by: Pedro Moura <pmoura@redhat.com>
This commit is contained in:
parent
bbbc74ffe3
commit
9c834172f0
2 changed files with 644 additions and 639 deletions
|
@ -186,7 +186,8 @@ children:
|
|||
data:
|
||||
icon: bugzilla.png
|
||||
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: >
|
||||
The Fedora Community makes use of a bugzilla instance
|
||||
run by Red Hat. Notice something wrong with a Fedora
|
||||
|
@ -194,7 +195,8 @@ children:
|
|||
- name: Review Status
|
||||
data:
|
||||
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
|
||||
# https://pagure.io/fedora-infrastructure/issue/5152
|
||||
# sops:
|
||||
|
@ -366,7 +368,8 @@ children:
|
|||
url: https://copr.fedoraproject.org
|
||||
user_url: https://copr.fedoraproject.org/coprs/{user}/
|
||||
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/
|
||||
# Also:
|
||||
# - https://copr-keygen.readthedocs.org/
|
||||
|
@ -381,7 +384,8 @@ children:
|
|||
data:
|
||||
icon: koji.png
|
||||
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}
|
||||
source_url: https://pagure.io/koji
|
||||
bugs_url: https://pagure.io/koji/issues
|
||||
|
@ -471,7 +475,8 @@ children:
|
|||
url: https://apps.fedoraproject.org/github2fedmsg
|
||||
source_url: https://github.com/fedora-infra/github2fedmsg
|
||||
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:
|
||||
- https://infrastructure.fedoraproject.org/infra/docs/github2fedmsg.rst
|
||||
status_mappings: ['fedmsg']
|
||||
|
@ -651,7 +656,7 @@ children:
|
|||
- name: Ipsilon
|
||||
data:
|
||||
url: https://pagure.io/ipsilon
|
||||
description:
|
||||
description: >
|
||||
Ipsilon is our central authentication agent that is used to
|
||||
authenticate users agains FAS. It is seperate from FAS. The
|
||||
only service that is not using this currently is the wiki.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue