webid-, patch-tracker-, duck- #2

Merged
jan merged 3 commits from gratuxri/debianmemberportfolio:disabled_services into master 2021-07-03 10:40:58 +02:00
2 changed files with 7 additions and 16 deletions

View File

@ -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 lintian.pattern=https://lintian.debian.org/maintainer/%(email)s.html
lintianfull.pattern=https://lintian.debian.org/full/%(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 piuparts.pattern=https://piuparts.debian.org/sid/maintainer/%(firstchar)s/%(email)s.html
patchtracker.pattern=http://patch-tracker.debian.org/email/%(email)s #patchtracker.pattern=http://patch-tracker.debian.org/email/%(email)s
duck.pattern=http://duck.debian.net/persons/%(email)s.html #duck.pattern=http://duck.debian.net/persons/%(email)s.html
janitor.pattern=https://janitor.debian.net/m/%(email)s janitor.pattern=https://janitor.debian.net/m/%(email)s
[lists] [lists]
@ -76,8 +76,8 @@ dbfinger.type=finger
dbfinger.optional=true dbfinger.optional=true
db.pattern=https://db.debian.org/search.cgi?uid=%(username)s&dosearch=Search db.pattern=https://db.debian.org/search.cgi?uid=%(username)s&dosearch=Search
db.optional=true db.optional=true
webid.pattern=http://webid.debian.net/maintainers/%(username)s #webid.pattern=http://webid.debian.net/maintainers/%(username)s
webid.optional=true #webid.optional=true
salsa.pattern=https://salsa.debian.org/%(salsausername)s salsa.pattern=https://salsa.debian.org/%(salsausername)s
salsa.optional=true salsa.optional=true
wiki.pattern=https://wiki.debian.org/%(wikihomepage)s wiki.pattern=https://wiki.debian.org/%(wikihomepage)s
@ -119,6 +119,6 @@ groupinfo.pattern=ssh master.debian.org id %(username)s
groupinfo.type=ssh groupinfo.type=ssh
groupinfo.optional=true groupinfo.optional=true
[ubuntu] #[ubuntu]
urls=ubuntudiff #urls=ubuntudiff
ubuntudiff.pattern=http://ubuntudiff.debian.net/q/uploaders/%(email)s #ubuntudiff.pattern=http://ubuntudiff.debian.net/q/uploaders/%(email)s

View File

@ -50,8 +50,6 @@ _LABELS = {
bug=430986">#430986</a>)'''), bug=430986">#430986</a>)'''),
'reported': N_('bugs reported'), 'reported': N_('bugs reported'),
'usertags': N_('user tags'), 'usertags': N_('user tags'),
'searchall': N_('all messages (i.e., full text search for \
developer name on all bug logs)'),
'wnpp': N_('<a href="https://wiki.debian.org/WNPP">WNPP</a>'), 'wnpp': N_('<a href="https://wiki.debian.org/WNPP">WNPP</a>'),
'correspondent': N_('correspondent for bugs'), 'correspondent': N_('correspondent for bugs'),
'graph': N_('one year open bug history graph'), '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 \ 'lintianfull': N_('full lintian reports (i.e. including \
"info"-level messages)'), "info"-level messages)'),
'piuparts': N_('piuparts'), 'piuparts': N_('piuparts'),
'patchtracker': N_('Debian patch tracking system'),
'duck': N_('Debian Url ChecKer'),
'janitor': N_('Debian Janitor'), 'janitor': N_('Debian Janitor'),
}, },
'lists': { 'lists': {
@ -87,7 +83,6 @@ developer name on all bug logs)'),
'nm': N_('NM'), 'nm': N_('NM'),
'dbfinger': N_('DB information via finger'), 'dbfinger': N_('DB information via finger'),
'db': N_('DB information via HTTP'), 'db': N_('DB information via HTTP'),
'webid': N_('FOAF profile'),
'salsa': N_('Salsa'), 'salsa': N_('Salsa'),
'wiki': N_('Wiki'), 'wiki': N_('Wiki'),
'forum': N_('Forum'), 'forum': N_('Forum'),
@ -113,10 +108,6 @@ developer name on all bug logs)'),
'MIATeam">MIA</a> database information'), 'MIATeam">MIA</a> database information'),
'groupinfo': N_('Group membership information'), 'groupinfo': N_('Group membership information'),
}, },
'ubuntu': {
'label': N_('Ubuntu'),
'ubuntudiff': N_('Available patches from Ubuntu'),
},
} }
#: list of field name tuples for Debian Maintainers #: list of field name tuples for Debian Maintainers