Blame docs/apps/bugs.md

51e4ad
# CentOS Bugs tracker
51e4ad
51e4ad
The CentOS project is using different trackers, based on which team needs to be in charge of the issue to solve.
51e4ad
While we (CentOS Infra) are ourselves using the pagure.io one (hosted and maintained by Fedora), there is only one that we are hosting : bugs.centos.org.
51e4ad
51e4ad
## bugs.centos.org
51e4ad
51e4ad
Hosted in CentOS infra. That's the first and legacy tracker that was deployed initially in the CentOS Project, to track all issues, software or infra related.
51e4ad
51e4ad
The software stack is using :
51e4ad
51e4ad
 * [Mantis BT](https://mantisbt.org/)
51e4ad
 * PHP (using SCL newer/higher php version to satisfy dependencies)
51e4ad
 * MySQL
51e4ad
51e4ad
The [ansible-role-mantisbt](https://github.com/centos/ansible-role-mantisbt) is used to deploy dependencies and include all needed roles but itself was never really configured to deploy the application itself (can be easily fixed though) but backup is taking care of application (php files) backup and so can be moved easily if needed (applying the role, restoring backup at proper location)
51e4ad
51e4ad
!!! note
51e4ad
    Worth knowing that because starting from Stream, all bugs will be reported to Bugzilla (see below) and that all infra tickets are also migrated to pagure.io, bugs.centos.org is called "legacy" and will probably be decommissioned soon
51e4ad
51e4ad
## pagure.io/centos-infra
51e4ad
51e4ad
Hosted by Fedora and used for infra tracker. Url is [https://pagure.io/centos-infra/issues](https://pagure.io/centos-infra/issues/)
51e4ad
51e4ad
## bugzilla
51e4ad
51e4ad
Hosted by Red Hat and used for *everything* related to CentOS Stream