Supported architectures:
{{ conf.architectures|join:" " }}
{% if conf.gpgkey %}
{{ conf.architectures|join:" " }}
GPG signatures:
The key used for signing is {{ conf.gpgkey }}
{% endif %}
{% if mirror %}
The key used for signing is {{ conf.gpgkey }}
You are using the mirror sponsored by {{ mirror.sponsor }}. More mirrors
{% endif %}
{{ conf.long_description }}
How to use this repository
To writeReleases
-
{% for p in pockets %}
- {{ p.name }}
- {{ p.description }} {% endfor %}
Mirrors
This repository is mirrored by the following people-
{% for m in mirrors %}
{% if m.has_all %}
- {{ m.webbase }} has been donated by {{ m.sponsor }} and contains all packages {% else %}
- {{ m.webbase }} has been donated by {{ m.sponsor }}
and contains the components
- {{ m.get_components|join:"
- " }}
{% endif %}
{% endfor %}