blob: d585065ec96c0af2f222026b5b7d6b7a7fa1df31 [file] [log] [blame]
Brad Bishopbec4ebc2022-08-03 09:55:16 -04001Machine Overview
2Generated at {{ timestamp }}.
3{% for machine, data in data|dictsort %}
4
5MACHINE: {{ machine }}
6{% for recipe in recipes|sort %}
7{% if recipe in data %}
8{% set details = data[recipe] %}
9{{ details.recipe }}: {{ details.version }}
10{% endif %}
11{% endfor %}
12{% endfor %}