]> git.ktnx.net Git - icedeb.git/commitdiff
Add 'Reproducible builds' link
authorDamyan Ivanov <dmn@debian.org>
Tue, 4 Jul 2017 19:03:02 +0000 (19:03 +0000)
committerDamyan Ivanov <dmn@debian.org>
Tue, 4 Jul 2017 19:03:02 +0000 (19:03 +0000)
icedeb.html
icedeb.js

index fb4b451b64a215b55a765ffb9e6e0f231f4c61e2..6f2bb4899e736cb5b502938de14224816714e6fc 100644 (file)
@@ -40,5 +40,9 @@
           <span class="hints"><span class="hint p" title="package name">p</span><span class="hint b" title="bug name">b</span></span>
           (<a href="https://security-tracker.debian.org/">site</a>)
       </div>
+      <div><span class="icedeb-button" id="r-b">Reproducible builds</span>
+          <span class="hints"><span class="hint p" title="package name">p</span></span>
+          (<a href="https://reproducible-builds.org/">site</a>)
+      </div>
   </div>
 </html>
index 60dfa66cb086252c9abb6bd9065bb706d0b3eb44..be9c21771b73b1b56f34e6b4676ec5710c5cfb32 100644 (file)
--- a/icedeb.js
+++ b/icedeb.js
@@ -148,6 +148,9 @@ function link_clicked(e) {
     case 'security':
       url = 'https://security-tracker.debian.org/tracker/' + clip;
       break;
+    case 'r-b':
+      url = 'https://tests.reproducible-builds.org/debian/rb-pkg/' + clip + '.html';
+      break;
   }
 
   open_link(url, e.button == 1)