X-Git-Url: https://git.ktnx.net/?p=icedeb.git;a=blobdiff_plain;f=icedeb.js;h=5b8cd3c26dd934118893185c1cf07a819ba3cd04;hp=60dfa66cb086252c9abb6bd9065bb706d0b3eb44;hb=69d017645bfb6af2a869c5b4900d27dc08fdfe79;hpb=dbce47c616b354e7f0515284c4e41d6f7850b283 diff --git a/icedeb.js b/icedeb.js index 60dfa66..5b8cd3c 100644 --- a/icedeb.js +++ b/icedeb.js @@ -148,6 +148,12 @@ function link_clicked(e) { case 'security': url = 'https://security-tracker.debian.org/tracker/' + clip; break; + case 'piuparts': + url = `https://piuparts.debian.org/sid/source/${clip.substring(0,1)}/${clip}.html`; + break; + case 'r-b': + url = 'https://tests.reproducible-builds.org/debian/rb-pkg/' + clip + '.html'; + break; } open_link(url, e.button == 1)