<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>
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)