Pending Machine Upgrades Report

Generated at {{ timestamp }}.

{% for recipe in recipes|sort %} {% endfor %} {% for machine, data in data|dictsort %} {% for recipe in recipes|sort %} {% if recipe in data %} {% set details = data[recipe] %} {% set is_old = details.version is old(details.upstream) %} {% else %} {% endif %} {% endfor %} {% endfor %}
Machine{{ recipe }} ({{releases[recipe]|default("?")}})
{{ machine }} {{ details.recipe if details.recipe != recipe}} {{ details.version }} {{ "(patched)" if details.patched }} -