1
0
mirror of https://git.yoctoproject.org/meta-arm synced 2026-05-30 00:21:17 +00:00

scripts/machine-summary: link patches to cgit

Add links from the patch names to the patches in cgit for ease of
inspection.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
Ross Burton
2022-01-26 15:25:39 +00:00
committed by Jon Mason
parent b1e4cff75d
commit 57f03491be
2 changed files with 22 additions and 5 deletions
+5 -2
View File
@@ -47,8 +47,11 @@
<tbody>
{% for pinfo in data.patches %}
<tr>
<!-- TODO links to cgit -->
<td>{{ pinfo.name }}</td>
<td>
{% if pinfo.url %}<a href="{{pinfo.url}}">{% endif %}
{{ pinfo.name }}
{% if pinfo.url %}</a>{% endif %}
</td>
<td>{{ pinfo.layer }}</td>
<!-- TODO: tooltip with full status? -->
<td class="has-text-centered">{{ make_patch_tag(pinfo.status)}}</td>