From: Damyan Ivanov Date: Sun, 30 Jul 2017 07:24:11 +0000 (+0000) Subject: Add piuparts X-Git-Tag: 2.0~4 X-Git-Url: https://git.ktnx.net/?p=icedeb.git;a=commitdiff_plain;h=5b2e737b05ecb717184cd5e2c65db4285aeb42da Add piuparts --- diff --git a/icedeb.html b/icedeb.html index 6f2bb48..8ebbc69 100644 --- a/icedeb.html +++ b/icedeb.html @@ -40,6 +40,10 @@ pb (site) +
Installation checks + p + (site) +
Reproducible builds p (site) diff --git a/icedeb.js b/icedeb.js index be9c217..5b8cd3c 100644 --- 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 '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;