From ed62b8743faa8b7858b18b6e3363c8f357d7c938 Mon Sep 17 00:00:00 2001 From: Juri Grabowski Date: Sun, 27 Jun 2021 00:12:31 +0200 Subject: [PATCH 1/3] webid-, patch-tracker-, duck- --- debianmemberportfolio/model/portfolio.ini | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/debianmemberportfolio/model/portfolio.ini b/debianmemberportfolio/model/portfolio.ini index 7cf278a..01bc1cc 100644 --- a/debianmemberportfolio/model/portfolio.ini +++ b/debianmemberportfolio/model/portfolio.ini @@ -49,8 +49,8 @@ dmd.pattern=https://udd.debian.org/dmd.cgi?email1=%(email)s lintian.pattern=https://lintian.debian.org/maintainer/%(email)s.html lintianfull.pattern=https://lintian.debian.org/full/%(email)s.html piuparts.pattern=https://piuparts.debian.org/sid/maintainer/%(firstchar)s/%(email)s.html -patchtracker.pattern=http://patch-tracker.debian.org/email/%(email)s -duck.pattern=http://duck.debian.net/persons/%(email)s.html +#patchtracker.pattern=http://patch-tracker.debian.org/email/%(email)s +#duck.pattern=http://duck.debian.net/persons/%(email)s.html janitor.pattern=https://janitor.debian.net/m/%(email)s [lists] @@ -76,8 +76,8 @@ dbfinger.type=finger dbfinger.optional=true db.pattern=https://db.debian.org/search.cgi?uid=%(username)s&dosearch=Search db.optional=true -webid.pattern=http://webid.debian.net/maintainers/%(username)s -webid.optional=true +#webid.pattern=http://webid.debian.net/maintainers/%(username)s +#webid.optional=true salsa.pattern=https://salsa.debian.org/%(salsausername)s salsa.optional=true wiki.pattern=https://wiki.debian.org/%(wikihomepage)s -- 2.30.2 From 2f6170af5605f761d233abe504221982eb164870 Mon Sep 17 00:00:00 2001 From: Juri Grabowski Date: Sun, 27 Jun 2021 00:37:20 +0200 Subject: [PATCH 2/3] Service stopped temporarily. No ETA to get back online --- debianmemberportfolio/model/portfolio.ini | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/debianmemberportfolio/model/portfolio.ini b/debianmemberportfolio/model/portfolio.ini index 01bc1cc..5e5a6f4 100644 --- a/debianmemberportfolio/model/portfolio.ini +++ b/debianmemberportfolio/model/portfolio.ini @@ -119,6 +119,6 @@ groupinfo.pattern=ssh master.debian.org id %(username)s groupinfo.type=ssh groupinfo.optional=true -[ubuntu] -urls=ubuntudiff -ubuntudiff.pattern=http://ubuntudiff.debian.net/q/uploaders/%(email)s +#[ubuntu] +#urls=ubuntudiff +#ubuntudiff.pattern=http://ubuntudiff.debian.net/q/uploaders/%(email)s -- 2.30.2 From b5ec40b18990fc2c776b3ca4fb359bcd7da16297 Mon Sep 17 00:00:00 2001 From: Juri Grabowski Date: Tue, 29 Jun 2021 22:20:39 +0200 Subject: [PATCH 3/3] Remove unavailable services from view --- debianmemberportfolio/views.py | 9 --------- 1 file changed, 9 deletions(-) diff --git a/debianmemberportfolio/views.py b/debianmemberportfolio/views.py index 15df188..8c52153 100644 --- a/debianmemberportfolio/views.py +++ b/debianmemberportfolio/views.py @@ -50,8 +50,6 @@ _LABELS = { bug=430986">#430986)'''), 'reported': N_('bugs reported'), 'usertags': N_('user tags'), - 'searchall': N_('all messages (i.e., full text search for \ -developer name on all bug logs)'), 'wnpp': N_('WNPP'), 'correspondent': N_('correspondent for bugs'), 'graph': N_('one year open bug history graph'), @@ -68,8 +66,6 @@ developer name on all bug logs)'), 'lintianfull': N_('full lintian reports (i.e. including \ "info"-level messages)'), 'piuparts': N_('piuparts'), - 'patchtracker': N_('Debian patch tracking system'), - 'duck': N_('Debian Url ChecKer'), 'janitor': N_('Debian Janitor'), }, 'lists': { @@ -87,7 +83,6 @@ developer name on all bug logs)'), 'nm': N_('NM'), 'dbfinger': N_('DB information via finger'), 'db': N_('DB information via HTTP'), - 'webid': N_('FOAF profile'), 'salsa': N_('Salsa'), 'wiki': N_('Wiki'), 'forum': N_('Forum'), @@ -113,10 +108,6 @@ developer name on all bug logs)'), 'MIATeam">MIA database information'), 'groupinfo': N_('Group membership information'), }, - 'ubuntu': { - 'label': N_('Ubuntu'), - 'ubuntudiff': N_('Available patches from Ubuntu'), - }, } #: list of field name tuples for Debian Maintainers -- 2.30.2