From c49403e902b0e3b74281f6b86bd5cb666c1b314a Mon Sep 17 00:00:00 2001 From: Damyan Ivanov Date: Tue, 20 Jun 2017 18:49:42 +0000 Subject: [PATCH] Add support for the Debian Maintainer Dashboard --- icedeb.html | 1 + icedeb.js | 3 +++ 2 files changed, 4 insertions(+) diff --git a/icedeb.html b/icedeb.html index 0128bf3..b68f5a2 100644 --- a/icedeb.html +++ b/icedeb.html @@ -13,6 +13,7 @@
Package directory (site)
Mailing lists (site)
Developer overview (site)
+
Maintainer dashboard (site)
Build logs (site)
Security tracker (site)
diff --git a/icedeb.js b/icedeb.js index 175fdf1..0d42d9c 100644 --- a/icedeb.js +++ b/icedeb.js @@ -141,6 +141,9 @@ function link_clicked(e) { if (clip != '') url += '?login=' + clip; break; + case 'dmd': + url = 'https://udd.debian.org/dmd.cgi?email1=' + clip; + break; case 'buildd': url = 'https://buildd.debian.org/' + clip; break; -- 2.39.2