{% extends "layout.html" %} {% block title %}Pending Package Updates{% endblock %} {% block inner_content %}
Packages get automatically built via msys2/msys2-autobuild and
msys2-arm/msys2-autobuild.
Maintainers can control the build pipeline here.
After the packages are built they still need to be manually signed and uploaded to the pacman repo, so please be patient :)
Cycles: {% for (a, b) in cycles %} {{ a }} ↔ {{ b }}{{ ", " if not loop.last else "" }} {% endfor %}
{% endif %}| Update Date | Base Package | Repo Version | Git Version | Status | |||
|---|---|---|---|---|---|---|---|
| {{ srcinfo.date.split()[0] }} {{ srcinfo.date }} (UTC) | {% if s %}{{ srcinfo.pkgbase }} | {% else %}{{ srcinfo.pkgbase }} | {% endif %} {% if p %}{{ p.version }} | {% else %}- | {% endif %}→ | {{ srcinfo.build_version }} |
{{ status[0].status }}
{% for s in status %}
{% if s.urls %}
{{ s.type }}: {% for key, value in s.urls.items() -%} {% if not loop.first %} / {% endif %}{{ key }} {%- endfor -%} {% endif %} {% endfor %}
|
The packages above marked "Ready for upload" are also available in a
special staging pacman
repo. Note that using the staging repo might result in some packages
being broken from time to time as it can contain partial build results
of multi-package rebuilds. To use it add the following to the top of
/etc/pacman.conf:
[staging]
Server = https://repo.msys2.org/staging/
SigLevel = Never
| Update Date | Repo | Package | Status | |
|---|---|---|---|---|
| {{ (p.builddate|timestamp).split()[0] }} {{ p.builddate|timestamp }} (UTC) | {{ p.repo }} | {{ p.name }} | {% if rdepends %}Required by:
|
{% else %}
Ready for removal | {% endif %}