forked from jan/debianmemberportfolio
Merge branch 'release/0.2.9'
* release/0.2.9: Add support for the new Debian Maintainer Dashboard by Lucas Nussbaum.
This commit is contained in:
commit
b646f492c3
3 changed files with 4 additions and 2 deletions
|
@ -65,6 +65,7 @@ developer name on all bug logs)'),
|
||||||
},
|
},
|
||||||
'qa': {
|
'qa': {
|
||||||
'label': N_('Quality Assurance'),
|
'label': N_('Quality Assurance'),
|
||||||
|
'dmd': N_('maintainer dashboard'),
|
||||||
'lintian': N_('lintian reports'),
|
'lintian': N_('lintian reports'),
|
||||||
'lintianfull': N_('full lintian reports (i.e. including \
|
'lintianfull': N_('full lintian reports (i.e. including \
|
||||||
"info"-level messages)'),
|
"info"-level messages)'),
|
||||||
|
|
|
@ -43,7 +43,8 @@ urls=buildd
|
||||||
buildd.pattern=https://buildd.debian.org/status/package.php?p=%(email)s&compact=compact&comaint=yes
|
buildd.pattern=https://buildd.debian.org/status/package.php?p=%(email)s&compact=compact&comaint=yes
|
||||||
|
|
||||||
[qa]
|
[qa]
|
||||||
urls=lintian,lintianfull,piuparts,patchtracker
|
urls=lintian,lintianfull,piuparts,patchtracker,dmd
|
||||||
|
dmd.pattern=http://udd.debian.org/dmd.cgi?email=%(email)s
|
||||||
lintian.pattern=http://lintian.debian.org/maintainer/%(email)s.html
|
lintian.pattern=http://lintian.debian.org/maintainer/%(email)s.html
|
||||||
lintianfull.pattern=http://lintian.debian.org/full/%(email)s.html
|
lintianfull.pattern=http://lintian.debian.org/full/%(email)s.html
|
||||||
piuparts.pattern=http://piuparts.debian.org/sid/maintainer/%(firstchar)s/%(email)s.html
|
piuparts.pattern=http://piuparts.debian.org/sid/maintainer/%(firstchar)s/%(email)s.html
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -29,7 +29,7 @@ except ImportError:
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='ddportfolioservice',
|
name='ddportfolioservice',
|
||||||
version='0.2.8.3',
|
version='0.2.9',
|
||||||
description='service to create DDPortfolio URLs',
|
description='service to create DDPortfolio URLs',
|
||||||
long_description="""This is a service implementation that
|
long_description="""This is a service implementation that
|
||||||
returns a set of personalized URLs as outlined in
|
returns a set of personalized URLs as outlined in
|
||||||
|
|
Loading…
Reference in a new issue