summaryrefslogtreecommitdiffstats
path: root/mustache-templates/reproducible/package_page.mustache
blob: 9a78300a26f69455409ac59839a27054b32e5451 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<header class="head">
  <h2 class="package-name">{{package}}</h2>
  <ul class="menu">
    <h4>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>
    </h4>
    {{#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>
    <h4>Suite and Architecture</h4>
    {{{suitearch_section_html}}}
    <h4>General Package Details</h4>
    <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>
    <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>