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