From: Damyan Ivanov Date: Tue, 4 Jul 2017 19:03:02 +0000 (+0000) Subject: Add 'Reproducible builds' link X-Git-Tag: 2.0~5 X-Git-Url: https://git.ktnx.net/?p=icedeb.git;a=commitdiff_plain;h=0709382658bc0826abbcd39b250f6238ee095f07 Add 'Reproducible builds' link --- 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)