Re: mass mailing usertagged bug reports
* Sandro Tosi <morph@debian.org>, 2015-03-05, 19:28:
If there is no such tool, I think this would be a useful addition to
devscripts. I can't imagine I'm the only one who would find such a
tool handy.
would this be close enough to what you're looking for:
$ python -c "import debianbts; print
debianbts.get_usertag('adduser@packages.debian.org',
'for-the-rewrite')"
{'for-the-rewrite': [36019, 90576, 145430, 147518, 165645, 166718,
212452, 214546, 223932, 233894, 239006, 240707, 240855, 248130, 248500,
294579]}
?
Eww, Python. How about this?
$ bts select user:adduser@packages.debian.org tag:for-the-rewrite
248130
294579
90576
147518
248500
214546
233894
166718
240855
223932
36019
240707
212452
145430
239006
165645
--
Jakub Wilk
Reply to: