summaryrefslogtreecommitdiffstats
path: root/mustache-templates/reproducible/package_history.mustache
diff options
context:
space:
mode:
authorValerie R Young <spectranaut@riseup.net>2016-07-27 13:00:40 -0400
committerHolger Levsen <holger@layer-acht.org>2016-07-28 14:06:26 -0400
commitd605e52ca7b4f5d47820751e7ae9a3e4f2864e6f (patch)
treefe5db8027fade2e87223970f39c71a29db34583e /mustache-templates/reproducible/package_history.mustache
parentc6ac981c4c0eec62aca518fb74845a505701c211 (diff)
downloadjenkins.debian.net-d605e52ca7b4f5d47820751e7ae9a3e4f2864e6f.tar.xz
reproducible debian: create arch specific history pages for packages
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'mustache-templates/reproducible/package_history.mustache')
-rw-r--r--mustache-templates/reproducible/package_history.mustache17
1 files changed, 17 insertions, 0 deletions
diff --git a/mustache-templates/reproducible/package_history.mustache b/mustache-templates/reproducible/package_history.mustache
new file mode 100644
index 00000000..8326e8dc
--- /dev/null
+++ b/mustache-templates/reproducible/package_history.mustache
@@ -0,0 +1,17 @@
+{{^rows}}
+<p>No historical data available for this package{{#arch}} on architecture: {{arch}}{{/arch}}.</p>
+{{/rows}}
+<table>
+ <tr>
+ {{#keys}}
+ <th>{{key}}</th>
+ {{/keys}}
+ </tr>
+ {{#rows}}
+ <tr>
+ {{#row_items}}
+ <td>{{{item}}}</td>
+ {{/row_items}}
+ </tr>
+ {{/rows}}
+</table>