From 5b2e737b05ecb717184cd5e2c65db4285aeb42da Mon Sep 17 00:00:00 2001 From: Damyan Ivanov Date: Sun, 30 Jul 2017 07:24:11 +0000 Subject: [PATCH] Add piuparts --- icedeb.html | 4 ++++ icedeb.js | 3 +++ 2 files changed, 7 insertions(+) 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; -- 2.39.2