summaryrefslogtreecommitdiffstats
path: root/bin/templates/package_suitearch_details.mustache
diff options
context:
space:
mode:
authorValerie R Young <spectranaut@riseup.net>2016-07-26 14:28:34 -0400
committerHolger Levsen <holger@layer-acht.org>2016-07-28 14:06:25 -0400
commita7683ad505585be4902f4d55931eaa89c47344aa (patch)
tree7a61d2e86cabe5d178d0c40ebc2838e56817417b /bin/templates/package_suitearch_details.mustache
parent1b4dc1b3191e3623a0eeb7cacef80be1ab71d0a2 (diff)
downloadjenkins.debian.net-a7683ad505585be4902f4d55931eaa89c47344aa.tar.xz
reproducible debian: move mustache template directory out of bin
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'bin/templates/package_suitearch_details.mustache')
-rw-r--r--bin/templates/package_suitearch_details.mustache39
1 files changed, 0 insertions, 39 deletions
diff --git a/bin/templates/package_suitearch_details.mustache b/bin/templates/package_suitearch_details.mustache
deleted file mode 100644
index ac74be56..00000000
--- a/bin/templates/package_suitearch_details.mustache
+++ /dev/null
@@ -1,39 +0,0 @@
-<ul class="children">
- <li>
- {{{status_html}}}
- {{#build_date}}
- <div><span class="build-time">at {{build_date}}</span></div>
- {{/build_date}}
- </li>
- {{#dbd}}
- <li>
- <div>
- <a href="{{dbd_url}}" title="Show: formatted diffoscope results" target="main">
- <img src="/static/diffoscope-logo.png" alt="diffoscope logo" />
- differences
- </a>
- {{#dbdtxt_url}}
- <a href="{{dbdtxt_url}}" target="main">(txt)</a>
- {{/dbdtxt_url}}
- </div>
- </li>
- {{/dbd}}
- {{#has_buildloginfo}}
- <li>
- {{#buildinfo_uri}}
- <div>
- <a href="{{buildinfo_uri}}" title="Show: build info" target="main">buildinfo</a>
- </div>
- {{/buildinfo_uri}}
- <div>
- {{#rbuild_uri}}
- <a href="{{rbuild_uri}}" title="Show: log of first build (+some other stuff)" target="main">rbuild ({{rbuild_size}})</a>
- {{/rbuild_uri}}
- {{#buildlogs}}
- <a href="{{build2_uri}}" title="Show: log of second build" target="main">build2 ({{build2_size}})</a>
- <a href="{{diff_uri}}" title="Show: diff between the first and second builds" target="main">diff</a>
- {{/buildlogs}}
- </div>
- </li>
- {{/has_buildloginfo}}
-</ul>