From 0709382658bc0826abbcd39b250f6238ee095f07 Mon Sep 17 00:00:00 2001 From: Damyan Ivanov Date: Tue, 4 Jul 2017 19:03:02 +0000 Subject: [PATCH] Add 'Reproducible builds' link --- icedeb.html | 4 ++++ icedeb.js | 3 +++ 2 files changed, 7 insertions(+) diff --git a/icedeb.html b/icedeb.html index fb4b451..6f2bb48 100644 --- a/icedeb.html +++ b/icedeb.html @@ -40,5 +40,9 @@ pb (site) +
Reproducible builds + p + (site) +
diff --git a/icedeb.js b/icedeb.js index 60dfa66..be9c217 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 'r-b': + url = 'https://tests.reproducible-builds.org/debian/rb-pkg/' + clip + '.html'; + break; } open_link(url, e.button == 1) -- 2.39.2