]> git.decadent.org.uk Git - dak.git/commit
a script that categorizes bugs against ftp.debian.org
authorMike O'Connor <stew@vireo.org>
Wed, 14 Jan 2009 07:27:08 +0000 (02:27 -0500)
committerMike O'Connor <stew@vireo.org>
Wed, 14 Jan 2009 07:27:08 +0000 (02:27 -0500)
commit8f6d07d01e45ee2049f71b18c91879ad0d6718cc
tree9b726a6f6241ab347d684734c5edbd7f7f12f256
parentcf09cfaaeaf0548918f3b6deeec2946b64a0c0b5
a script that categorizes bugs against ftp.debian.org

This script uses python-btsutils to look for bugs filed against ftp.debian.org which have not yet been classified with usertags.  Any unclassified bugs are matched against regular expression and possibly being classified.  Currently the script only classifies bugs with RM: as their subject and moves them into the "Removal Requested" class.  Currently the script just outputs a list of commands suitable for emailing to control@debian.org

Signed-off-by: Mike O'Connor <stew@debian.org>
scripts/debian/bts-categorize [new file with mode: 0755]