summaryrefslogtreecommitdiffstats
path: root/scripts/issue.py
Commit message (Collapse)AuthorAgeFilesLines
* scripts: Rename issue module to kernel_secBen Hutchings2024-05-021-118/+0
| | | | In preparation for adding more functionality, rename the module.
* scripts/issue.py: Parse multiple statuses in the same fieldBen Hutchings2023-08-201-9/+50
| | | | | | | | | For issues with complex fixes, sometimes only part of the fix is applied to a stable branch. We record this by marking the issue as some combination of "released", "pending", and "needed". Change issue.parse_status() to be able to read past the first status and coalesce the statuses as necessary.
* scripts/issue.py: Remove broken matching of versions and changerefsBen Hutchings2023-08-201-5/+1
| | | | | | | | | This regexp never matched changerefs because it didn't expect space between the closing parentheses of versions and opening bracket of changerefs. This didn't matter because none of the scripts use versions or changerefs at the moment. So don't try to match them.
* Change parse_status() to return a dictionaryBen Hutchings2019-03-281-1/+1
|
* Move issue parsing into a moduleBen Hutchings2019-03-281-0/+81

© 2014-2024 Faster IT GmbH | imprint | privacy policy