From 3452f8a6e8bc54d0ee68256ecc04b5b1edd699d6 Mon Sep 17 00:00:00 2001 From: Olivier Gayot Date: Sun, 22 Jan 2023 20:06:16 +0100 Subject: import templates from autopkgtest-cloud Signed-off-by: Olivier Gayot --- templates/browse-testlist.html | 52 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 templates/browse-testlist.html (limited to 'templates/browse-testlist.html') diff --git a/templates/browse-testlist.html b/templates/browse-testlist.html new file mode 100644 index 0000000..5744f1c --- /dev/null +++ b/templates/browse-testlist.html @@ -0,0 +1,52 @@ +{% extends "browse-layout.html" %} +{% block content %} +
+
+
+

List of packages with tests

+ +

Click on a source package to get to the current autopkgtest results. + Versions link to the current source package, which can be downloaded with + dget.

+
+
+ +
+
+ + + {% for i, pkglist in indexed_pkgs|dictsort %} + {% set next_id=True %} + {% for (p, v) in pkglist %} + {% if next_id %} + + {% set next_id=False %} + {% else %} + + {% endif %} + + + + {% endfor %} + {% endfor %} +
Source package Version
{{p}}{{v}}
+
+ +
+
+
Package Index
+
+
    + + {% for i in indexed_pkgs|sort %} +
  • {{i}}
  • + {% endfor %} +
+
+
+
+ +
+
+ +{% endblock %} -- cgit v1.2.3