diff options
author | Valerie R Young <spectranaut@riseup.net> | 2016-07-26 14:28:34 -0400 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-07-28 14:06:25 -0400 |
commit | a7683ad505585be4902f4d55931eaa89c47344aa (patch) | |
tree | 7a61d2e86cabe5d178d0c40ebc2838e56817417b /bin/templates/package_page.mustache | |
parent | 1b4dc1b3191e3623a0eeb7cacef80be1ab71d0a2 (diff) | |
download | jenkins.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_page.mustache')
-rw-r--r-- | bin/templates/package_page.mustache | 52 |
1 files changed, 0 insertions, 52 deletions
diff --git a/bin/templates/package_page.mustache b/bin/templates/package_page.mustache deleted file mode 100644 index 3261e417..00000000 --- a/bin/templates/package_page.mustache +++ /dev/null @@ -1,52 +0,0 @@ -<header class="head"> - <h2 class="package-name">{{package}}</h2> - <ul class="menu"> - <h3>Test Details - <a href="/debian/index_notify.html" target="_parent"> - <span class="notification" title="Notifications for this package are enabled. Every reproducibility related status change will be emailed to the maintainers">{{notify_maintainer}}</span> - </a> - </h3> - {{#notes_uri}} - <li><a href="{{notes_uri}}" title="Additional commentary on this packages unreproduciblity"target="main">notes</a></li> - {{/notes_uri}} - {{^notes_uri}} - {{^reproducible}} - <li>No notes exist for this package. <a href="https://anonscm.debian.org/git/reproducible/notes.git/tree/README">Add some.</a></li> - {{/reproducible}} - {{#reproducible}} - <li>Good work! This package looks reproducible :)</li> - {{/reproducible}} - {{/notes_uri}} - <li> - <a href="{{history}}" target="main">test history</a> - </li> - <h3>Suite and Architecture</h3> - {{{suitearch_section_html}}} - <h3>General Package Details</h3> - <li> - <a href="https://tracker.debian.org/{{package}}" title="Go to: Debian Package Tracking Site">PTS</a> - <a href="https://bugs.debian.org/src:{{package}}" title="Go to: Debian Bug Tracking Site">BTS</a> - </li> - <li> - <a href="https://sources.debian.net/src/{{package}}/{{version}}/" title="Go to: the package source!">sources</a> - <ul class="children"> - <li> - <div><a href="https://sources.debian.net/src/{{package}}/{{version}}/debian">debian/</a></div> - <div><a href="https://sources.debian.net/src/{{package}}/{{version}}/debian/changelog">debian/changelog</a></div> - <div><a href="https://sources.debian.net/src/{{package}}/{{version}}/debian/control">debian/control</a></div> - <div><a href="https://sources.debian.net/src/{{package}}/{{version}}/debian/rules">debian/rules</a></div> - </li> - </ul> - </li> - </ul> - <ul class="children"> - <li><a href="{{dashboard_url}}">Debian dashboard</a></li> - </ul> -{{{project_links_html}}} -</header> -<iframe id="main" name="main" tabindex="1" src="{{default_view}}"> - <p> - Your browser does not support iframes. - Use a different one or follow the links above. - </p> -</iframe> |