mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 00:59:48 +00:00
insane: add Inactive-Upstream to Upstream-Status
as defined by latest addition to the commit message guideline (From OE-Core rev: 05c39d9ee820c5807353d1f147fb36596466d03b) Signed-off-by: Konrad Weihmann <kweihmann@outlook.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
cee17f75f1
commit
35ca84e101
@@ -1181,7 +1181,7 @@ python do_qa_patch() {
|
|||||||
|
|
||||||
content = open(fullpath, encoding='utf-8', errors='ignore').read()
|
content = open(fullpath, encoding='utf-8', errors='ignore').read()
|
||||||
kinda_status_re = re.compile(r"^.*upstream.*status.*$", re.IGNORECASE | re.MULTILINE)
|
kinda_status_re = re.compile(r"^.*upstream.*status.*$", re.IGNORECASE | re.MULTILINE)
|
||||||
strict_status_re = re.compile(r"^Upstream-Status: (Pending|Submitted|Denied|Accepted|Inappropriate|Backport)( .+)?$", re.MULTILINE)
|
strict_status_re = re.compile(r"^Upstream-Status: (Pending|Submitted|Denied|Accepted|Inappropriate|Backport|Inactive-Upstream)( .+)?$", re.MULTILINE)
|
||||||
match_kinda = kinda_status_re.search(content)
|
match_kinda = kinda_status_re.search(content)
|
||||||
match_strict = strict_status_re.search(content)
|
match_strict = strict_status_re.search(content)
|
||||||
guidelines = "https://www.openembedded.org/wiki/Commit_Patch_Message_Guidelines#Patch_Header_Recommendations:_Upstream-Status"
|
guidelines = "https://www.openembedded.org/wiki/Commit_Patch_Message_Guidelines#Patch_Header_Recommendations:_Upstream-Status"
|
||||||
|
|||||||
Reference in New Issue
Block a user