forked from jan/debianmemberportfolio
Cope with problems due to the lossy nm.d.o database upgrade
This commit is contained in:
parent
cfcb1c7ca3
commit
073e9e0b06
2 changed files with 3 additions and 1 deletions
|
@ -106,6 +106,7 @@ developer name on all bug logs)'),
|
|||
'search': N_('Debian search'),
|
||||
'gpgfinger': N_('GPG public key via finger'),
|
||||
'gpgweb': N_('GPG public key via HTTP'),
|
||||
'nm': N_('NM, AM participation'),
|
||||
},
|
||||
'ssh': {
|
||||
'label': N_('Information reachable via ssh (for Debian Members)'),
|
||||
|
|
|
@ -75,7 +75,7 @@ alioth.optional=true
|
|||
|
||||
[membership]
|
||||
urls=nm,dbfinger,db,alioth,wiki,forum
|
||||
nm.pattern=https://nm.debian.org/public/nmstatus/%(nonddemail)s
|
||||
nm.pattern=https://nm.debian.org/public/nmstatus/%(username)s
|
||||
dbfinger.pattern=finger %(username)s@db.debian.org
|
||||
dbfinger.type=finger
|
||||
dbfinger.optional=true
|
||||
|
@ -98,6 +98,7 @@ gpgfinger.type=finger
|
|||
gpgfinger.optional=true
|
||||
gpgweb.pattern=http://db.debian.org/fetchkey.cgi?fingerprint=%(gpgfp)s
|
||||
gpgweb.optional=true
|
||||
nm.pattern=https://nm.debian.org/public/person/%(username)s
|
||||
|
||||
[ssh]
|
||||
# SSH functions
|
||||
|
|
Loading…
Reference in a new issue