Metadata-Version: 2.1
Name: bodhi-server
Version: 5.0.0
Summary: bodhi server
Home-page: https://github.com/fedora-infra/bodhi
Maintainer: Fedora Infrastructure Team
Maintainer-email: infrastructure@lists.fedoraproject.org
License: GPLv2+
Keywords: web fedora pyramid
Platform: Fedora
Platform: GNU/Linux
Classifier: Development Status :: 5 - Production/Stable
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 :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: System :: Software Distribution
Classifier: Framework :: Pyramid
Classifier: Programming Language :: JavaScript
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Application
Requires-Dist: alembic
Requires-Dist: arrow
Requires-Dist: backoff
Requires-Dist: bleach
Requires-Dist: celery
Requires-Dist: click
Requires-Dist: colander
Requires-Dist: cornice (>=3.1.0)
Requires-Dist: dogpile.cache
Requires-Dist: pyasn1-modules
Requires-Dist: fedora-messaging
Requires-Dist: feedgen (>=0.7.0)
Requires-Dist: jinja2
Requires-Dist: markdown
Requires-Dist: psycopg2
Requires-Dist: py3dns
Requires-Dist: pylibravatar
Requires-Dist: pyramid (>=1.7)
Requires-Dist: pyramid-fas-openid
Requires-Dist: pyramid-mako
Requires-Dist: python-bugzilla
Requires-Dist: python-fedora
Requires-Dist: PyYAML
Requires-Dist: simplemediawiki
Requires-Dist: sqlalchemy
Requires-Dist: waitress

=====
Bodhi
=====

Welcome to Bodhi, Fedora's update gating system.


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

You can read Bodhi's
`release notes <https://bodhi.fedoraproject.org/docs/user/release_notes.html>`_
and documentation
`online <https://bodhi.fedoraproject.org/docs>`_, or by installing it on your
Fedora system and pointing your browser at
``/usr/share/doc/bodhi-docs/html/index.html``::

    $ sudo dnf install bodhi-docs && firefox /usr/share/doc/bodhi-docs/html/index.html

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

.. _developer documentation: https://bodhi.fedoraproject.org/docs/developer/index.html


IRC
===

Come join us on `Freenode <https://webchat.freenode.net/>`_! 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.)


