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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user