{% extends "base.html" %} {% block content %}

Products

SPDX Product Data

Search All Packages
{% if cache_rebuilding %} {% endif %} {% if grouped_products %}

{{ grouped_products | length }} product name(s), {{ total_product_count }} total product medium(s)

{% for group in grouped_products %} {% set group_index = loop.index %} {% endfor %}
Product Name Variants
{{ group.name }} {{ group.count }} variant{{ 's' if group.count != 1 else '' }}
{% for product in group.products %} {% endfor %}
Name Version Build Number Packages Actions
{{ product.full_name }} {{ product.version }} {{ product.build_number }} {{ product.package_count }} packages
Product Details
SPDX File
{{ product.file_name }}
Last Modified
{{ product.file_mtime | int | timestamp_to_datetime }}
{% if product.packages %}
Packages ({{ product.packages | length }})
Package Name Arch Source Filename VCS Build Area
Page 1
{% else %}

No packages found in this product.

{% endif %}
{% else %}
{% if cache_rebuilding %}

Database Rebuilding

The cache daemon is currently rebuilding the database.

Product data will appear here automatically once the SPDX scan completes.
Please wait a few minutes and refresh this page.

{% else %}

No Products Found

No SPDX product data available in cache.

Configure SPDX scanning in config.ini under [spdx] section.
Then restart the cache daemon to populate SPDX data.

{% endif %}
{% endif %}
{% endblock %}