Skip to content

Commit

Permalink
Add OpenScanHub to the status page (#169)
Browse files Browse the repository at this point in the history
Fixes packit/packit.dev#970

TODO:
- [x] with regards to the 94811c1, shouldn't we also include Anitya
(Release Monitoring) and Image Builder?
  • Loading branch information
mfocko authored Nov 14, 2024
2 parents 07249bf + 375bcd5 commit eb6936c
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 6 deletions.
6 changes: 6 additions & 0 deletions archetypes/issues.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,16 @@ affected:
- API
- Workers
- Dashboard

- Copr
- Testing Farm
- Image Builder
- OpenScanHub

- Anitya (Release Monitoring)
- Koji
- Bodhi

resolved: false
resolvedWhen: "{{ now.Format "2006-01-02T15:04:00-07:00" }}"
section: issue
Expand Down
29 changes: 23 additions & 6 deletions config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,14 @@ params:
categories:
- name: Core
description: Systems we have complete control over
- name: Others
description: Systems we use, but have no direct control over
- name: External Upstream Systems
description: >
Systems that are utilized mainly on upstream, but we have no direct
control over
- name: External Downstream Systems
description: >
Systems that are utilized mainly on downstream, but we have no direct
control over
# These are your systems. Change them to
# change the amount of components.
Expand All @@ -164,18 +170,29 @@ params:
- name: Dashboard
description: dashboard.packit.dev
category: Core

- name: Copr
description: copr.fedorainfracloud.org - If it's down, we can't build your packages.
category: Others
category: External Upstream Systems
- name: Testing Farm
description: api.dev.testing-farm.io - If it's down, we can't run tests.
category: Others
category: External Upstream Systems
- name: Image Builder
description: console.redhat.com/insights/image-builder
category: External Upstream Systems
- name: OpenScanHub
description: openscanhub.fedoraproject.org
category: External Upstream Systems

- name: Anitya (Release Monitoring)
description: release-monitoring.org
category: External Downstream Systems
- name: Koji
description: koji.fedoraproject.org
category: Others
category: External Downstream Systems
- name: Bodhi
description: bodhi.fedoraproject.org
category: Others
category: External Downstream Systems

# What date format to use?
#
Expand Down

0 comments on commit eb6936c

Please sign in to comment.