Sysupgrade Server Stats
Back to the Sysupgrade Home Page: Home Page
Builds per version:
Counts of each firmware release...
{%- for builds, version in versions %}
- {{ version }}: {{ builds }}
{%- endfor %}
Popular Profiles
Counts of each profile, by firmware release...
{% for branch, stats in branch_stats.items() %}
{{ branch }}:
{%- for builds, profile in stats.profiles %}
- {{ profile }}: {{ builds }}
{%- endfor %}
{% endfor %}