{# additional classes for the top navbar #} {% set masthead_class = "navbar-light masthead p-0" %} {# site title that shows in the head html element at the end #} {% set site_title = "src.fedoraproject.org" %} {% macro projectstring(plural=False) -%} {% if plural %} Packages {% else %} Package {% endif %} {% endmacro -%} {% set projecticon = "fa-archive" %} {% macro head_imports() %} {% endmacro %} {% macro js_imports() %} {% endmacro %} {% macro browseheader_message(select) %} {% if select == 'projects' %}

Welcome to Fedora Package Sources

Fedora's repository for package maintenance.

{% if not g.authenticated %}

Welcome, if you're looking to download software to run, look at https://getfedora.org/, or a Fedora Mirror. You can also find source RPMs for Fedora-packaged software there. The source code for building those packages is found here.

If you are looking for RPM spec files, module and container definitions, Fedora-specific patches, tests, and so on, you're in the right place. You can browse packages and packagers — and you can fork, improve, and submit pull requests.

If you are already a package maintainer, feel free to consult the docs on using pagure. If you'd like to become a package maintainer, see this guide.

Note that package issues are still tracked in Bugzilla, not with Pagure's issue feature.

Here below are shortcuts for the different namespaces available:

{% endif %} {% endif %} {% endmacro %} {% macro footer() %} {% endmacro %} {% macro about_page() %}

About

This is an instance of Pagure, a git forge.

If you experience a bug or security concern, please submit an issue.

You may contact an administrator by emailing: {{ config['ADMIN_EMAIL'] }}.

Subscribe to announcements about Pagure.

{% endmacro %} {% macro about_page() %}

About

Welcome to this pagure instance.

For any issue, wish or security concern, feel free to open a ticket, either with the Fedora Infrastructure or on the upstream issue tracker (please ensure the ticket is private if your concern is security-related on either tracker).

You may contact an administrator by emailing: {{ config['ADMIN_EMAIL'] }} .

Learn more or keep in touch about pagure via our mailing lists:

pagure is a free software licensed under the GNU General Public License (GPL) v2 or any later versions.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for details.

{% endmacro %}