{% extends "base.html" %} {% block content %}
All packages from SPDX products
The cache daemon is currently rebuilding the database. More package data will appear as the SPDX scan progresses.
{{ package_count }} package(s) total
| 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 %}
{% else %}
-
{% endif %}
Branch: {{ pkg.tracking_branch }}
{% endif %}
{% if pkg.commit_hash %}
Commit: {{ pkg.commit_hash[:8] }}...
{% 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
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.
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.