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

Product Packages

All packages from SPDX products

Back to Products
{% if cache_rebuilding %} {% endif %} {% if packages %}

{{ package_count }} package(s) total

{% for pkg in packages %} {% endfor %}
Package Name Arch Source Filename VCS Build Area Product
{{ pkg.package_name }} {% if pkg.arch %} {{ pkg.arch }} {% else %} - {% endif %} {% if pkg.filename %} {{ pkg.filename }} {% else %} - {% endif %} {% if pkg.vcs_url %}
{% set repo_name = pkg.vcs_url.split('/')[-1] %} {{ repo_name }} {% if pkg.tracking_branch %}
Branch: {{ pkg.tracking_branch }} {% endif %} {% if pkg.commit_hash %}
Commit: {{ pkg.commit_hash[:8] }}... {% endif %}
{% else %} - {% endif %}
{% if pkg.disturl %} {% else %} - {% endif %}
{{ pkg.product.name }} {% if pkg.product.version %} v{{ pkg.product.version }} {% endif %}
Build {{ pkg.product.build_number }}

Showing {{ package_count }} of {{ package_count }} packages

{% else %}
{% if cache_rebuilding %}

Database Rebuilding

The cache daemon is currently rebuilding the database.

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

{% else %}

No Packages Found

No package data available from SPDX products.

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

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