Metadata-Version: 2.1
Name: bodhi-server
Version: 6.0.1
Summary: Bodhi server
Home-page: https://bodhi.fedoraproject.rog
License: GPL-2.0-or-later
Keywords: web,fedora,pyramid
Author: Fedora Infrastructure Team
Maintainer: Fedora Infrastructure Team
Maintainer-email: infrastructure@lists.fedoraproject.org
Requires-Python: >=3.8,<4.0
Classifier: Development Status :: 5 - Production/Stable
Classifier: Framework :: Pyramid
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: JavaScript
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Application
Classifier: Topic :: System :: Software Distribution
Requires-Dist: Jinja2 (>=2.11.3)
Requires-Dist: Markdown (>=3.3.6,<4.0.0)
Requires-Dist: PyYAML (>=5.4.1)
Requires-Dist: SQLAlchemy (>=1.3.24,<2.0.0)
Requires-Dist: alembic (>=1.5.5,<2.0.0)
Requires-Dist: arrow (>=0.17.0)
Requires-Dist: authlib (>=0.15.4)
Requires-Dist: backoff (>=1.10.0,<2.0.0)
Requires-Dist: bleach (>=3.2.3)
Requires-Dist: bodhi-messages (>=6.0.0,<7.0.0)
Requires-Dist: celery (>=5.2.1)
Requires-Dist: click (>=7.1.2)
Requires-Dist: colander (>=1.8.3,<2.0.0)
Requires-Dist: cornice (>=5.0.3)
Requires-Dist: dogpile.cache (>=1.1.2,<2.0.0)
Requires-Dist: fedora-messaging (>=3.0.0,<4.0.0)
Requires-Dist: feedgen (>=0.9.0,<0.10.0)
Requires-Dist: koji (>=1.27.1,<2.0.0)
Requires-Dist: libcomps
Requires-Dist: munch (>=2.5.0,<3.0.0)
Requires-Dist: packaging (>=21.3,<22.0)
Requires-Dist: prometheus-client (>=0.13.1,<0.14.0)
Requires-Dist: psycopg2 (>=2.8.6,<3.0.0)
Requires-Dist: py3dns (>=3.2.1,<4.0.0)
Requires-Dist: pyLibravatar (>=1.6,<2.0)
Requires-Dist: pyasn1-modules (>=0.2.8,<0.3.0)
Requires-Dist: pyramid (>=1.10.5,<2.0.0)
Requires-Dist: pyramid-fas-openid (>=0.4.0,<0.5.0)
Requires-Dist: pyramid-mako (>=1.0.2,<2.0.0)
Requires-Dist: python-bugzilla (>=3.2.0,<4.0.0)
Requires-Dist: requests (>=2.25.1,<3.0.0)
Requires-Dist: simplemediawiki (>=1.2.0b2,<2.0.0)
Requires-Dist: waitress (>=1.4.4)
Project-URL: Repository, https://github.com/fedora-infra/bodhi
Description-Content-Type: text/x-rst

=====
Bodhi
=====

Welcome to Bodhi, Fedora's update gating system.

Bodhi is designed to democratize the package update testing and release process for RPM based Linux
distributions. It provides an interface for developers to propose updates to a distribution, and an
interface for testers to leave feedback about updates through a +1/-1 karma system.

Bodhi’s main features are:


- Provides an interface for developers and release engineers to manage pushing out package updates
  for multiple distribution versions.
- Generates pre-release test repositories for end users and testers to install proposed updates.
- Gives testers an interface to leave feedback about package updates, leading to higher quality
  package updates.
- Announces the arrival of new packages entering the collection.
- Publishes end-user release notes known as errata.
- Generates yum repositories.
- Queries ResultsDB for automated test results and displays them on updates.



Documentation
=============

You can read Bodhi's
`release notes <https://fedora-infra.github.io/bodhi/user/release_notes.html>`_
and documentation `online <https://fedora-infra.github.io/bodhi>`_.

If you are interested in contributing to Bodhi, you can read the
`developer documentation`_.

.. _developer documentation: https://fedora-infra.github.io/bodhi/docs/developer/index.html


IRC
===

Come join us on `Libera <https://www.libera.chat/>`_! We've got two channels:

* #bodhi - We use this channel to discuss upstream bodhi development
* #fedora-apps - We use this channel to discuss Fedora's Bodhi deployment (it is more generally
  about all of Fedora's infrastructure applications.)

