{% extends "base.html" %} {% block title %}Arch Linux - Release Engineering Testbuild Results{% endblock %} {% block content %}

Release Engineering Testbuild Results

This is an overview screen showing a test results matrix of release engineering produced ISOs. Various options and configurations are shown with last success and last failure results, if known. To help improve ISO quality, you are encouraged to give feedback if you have tested and used any ISOs. Both successful and failed results are encouraged and welcome.

For more information, see the documentation on the wiki.

All ISOs referenced on this page are available from {{ iso_url }}.

{% for option in options %} {% include "releng/result_section.html" %} {% endfor %}
{% endblock %}