{% extends "base.html" %} {% load i18n %} {% load extrafilters %} {% comment %} layerindex-web - update page Copyright (C) 2016, 2018 Intel Corporation Licensed under the MIT license, see COPYING.MIT for details {% endcomment %} {% block content %} {% autoescape on %}
{{ update.log }}{% endif %} {% for layerupdate in layerupdates %}
0 or layerupdate.retcode != 0 %} class="error"{% elif layerupdate.warnings %} class="warning"{% endif %}> {% if layerbranch_exists %}{% endif %}{{ layerupdate.layer.name }} {{ layerupdate.branch.name }}{% if layerbranch_exists %}{% endif %} {% if layerupdate.vcs_before_rev != layerupdate.vcs_after_rev %} {% if layerbranch_exists %} {% with before_url=layerupdate.vcs_before_commit_url after_url=layerupdate.vcs_after_commit_url %} {% if before_url %}{% endif %}{{ layerupdate.vcs_before_rev|truncatesimple:10 }}{% if before_url %}{% endif %} → {% if after_url %}{% endif %}{{ layerupdate.vcs_after_rev|truncatesimple:10 }}{% if after_url %}{% endif %} {% endwith %} {% else %} {{ layerupdate.vcs_before_rev|truncatesimple:10 }} → {{ layerupdate.vcs_after_rev|truncatesimple:10 }} {% endif %} {% endif %} |
{{ layerupdate.log }} |
No messages or layer updates
{% endif %} {% if update.comparisonrecipeupdate_set.exists %}Date/time | Errors | Warnings |
---|---|---|
{% if update.log %} {{ update.started }}{% if update.update.reload %} (reload){% endif%} {% else %} {{ update.started }}{% if update.update.reload %} (reload){% endif%} {% endif %} | {% if update.errors %}{{ update.errors }}{% endif %} | {% if update.warnings %}{{ update.warnings }}{% endif %} |