gbp.dch
module documentationgbp
provides git-dch helpers
Variable | MAX_CHANGELOG_LINE_LENGTH | Undocumented |
Function | extract_git_dch_cmds | No summary |
Function | filter_ignore_rx_matches | Filter any lines that match options.ignore_regex (i.e. --ignore-regex). |
Function | extract_bts_cmds | No summary |
Function | extract_thanks_info | Return a list of all of the Thanks: entries, and a list of all of the lines that do not contain Thanks: entries. |
Function | terminate_first_line_if_needed | Terminate the first line of lines with a '.' if multi-line. |
Function | format_changelog_entry | No summary |
Function | _ispunct | Undocumented |
Return a dictionary of all Git-Dch: commands found in lines. The command keys will be lowercased, i.e. {'ignore' : True, 'short': True}. For now, all the options are binary. Also return all of the lines that do not contain Git-Dch: commands.
Filter any lines that match options.ignore_regex (i.e. --ignore-regex).
Return a dictionary of the bug tracking system commands contained in the the given lines. i.e. {'closed' : [1], 'fixed': [3, 4]}. Right now, this will only notice a single directive clause on a line. Also return all of the lines that do not contain bug tracking system commands.
Return a list of all of the Thanks: entries, and a list of all of the lines that do not contain Thanks: entries.