summaryrefslogtreecommitdiffhomepage
path: root/tests/23_test_dch_extract_bts_cmds.py
Commit message (Collapse)AuthorAge
* 23_test_dch_extract_bts_cmds: flake8 cleanGuido Günther2016-09-12
|
* pep8/pyflakes cleanupsGuido Günther2016-09-12
|
* gbp-dch: allow bug number format to be overriddenJonathan Toppins2015-08-27
Some derivatives and non Debian exclusive projects don't use just numbers for their bug numbers. gbp-dch should still be able to parse these bug numbers and generate useful changelog entries. This doesn't solve dpkg-parsechangelog but is a start. Examples of non-Debian bug numbers are: example change header Example: EX-12345 Should produce the following change log: * example change header (Example: EX-12345) This also helps in pulling CVE numbers simply by letting the user modify the regex to something like 'cve-\d+-\d+'. Signed-off-by: Jonathan Toppins <jtoppins@cumulusnetworks.com> Signed-off-by: Guido Günther <agx@sigxcpu.org>