Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 01/26] insane: add Inactive-Upstream to possible patch status list
@ 2021-12-15 22:40 Alexander Kanavin
  2021-12-15 22:40 ` [PATCH 02/26] serf: mark upstream as defunct Alexander Kanavin
                   ` (24 more replies)
  0 siblings, 25 replies; 32+ messages in thread
From: Alexander Kanavin @ 2021-12-15 22:40 UTC (permalink / raw)
  To: openembedded-core; +Cc: Alexander Kanavin

See https://www.openembedded.org/wiki/Commit_Patch_Message_Guidelines#Patch_Header_Recommendations:_Upstream-Status

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
---
 meta/classes/insane.bbclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/classes/insane.bbclass b/meta/classes/insane.bbclass
index 240f3aad62..de6d65c809 100644
--- a/meta/classes/insane.bbclass
+++ b/meta/classes/insane.bbclass
@@ -1181,7 +1181,7 @@ python do_qa_patch() {
 
        content = open(fullpath, encoding='utf-8', errors='ignore').read()
        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: (Inactive-Upstream|Pending|Submitted|Denied|Accepted|Inappropriate|Backport)( .+)?$", re.MULTILINE)
        match_kinda = kinda_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"
-- 
2.20.1



^ permalink raw reply related	[flat|nested] 32+ messages in thread

end of thread, other threads:[~2021-12-22  2:33 UTC | newest]

Thread overview: 32+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-12-15 22:40 [PATCH 01/26] insane: add Inactive-Upstream to possible patch status list Alexander Kanavin
2021-12-15 22:40 ` [PATCH 02/26] serf: mark upstream as defunct Alexander Kanavin
2021-12-15 22:40 ` [PATCH 03/26] python3: drop unneeded multiprocessing module patch Alexander Kanavin
2021-12-15 22:40 ` [PATCH 04/26] elfutils: update patch submitted upstream Alexander Kanavin
2021-12-15 22:40 ` [PATCH 05/26] rust-hello-world: test at runtime Alexander Kanavin
2021-12-15 22:40 ` [PATCH 06/26] vim: do not report upstream version check as broken Alexander Kanavin
2021-12-15 22:40 ` [PATCH 07/26] btrfs-tools: upgrade 5.15 -> 5.15.1 Alexander Kanavin
2021-12-15 22:40 ` [PATCH 08/26] python3-hypothesis: upgrade 6.30.0 -> 6.31.4 Alexander Kanavin
2021-12-15 22:40 ` [PATCH 09/26] python3-setuptools: upgrade 59.4.0 -> 59.5.0 Alexander Kanavin
2021-12-15 22:40 ` [PATCH 10/26] less: upgrade 590 -> 598 Alexander Kanavin
2021-12-15 22:40 ` [PATCH 11/26] lighttpd: upgrade 1.4.61 -> 1.4.63 Alexander Kanavin
2021-12-15 22:40 ` [PATCH 12/26] harfbuzz: upgrade 3.1.2 -> 3.2.0 Alexander Kanavin
2021-12-15 22:40 ` [PATCH 13/26] piglit: upgrade to latest revision Alexander Kanavin
2021-12-15 22:40 ` [PATCH 14/26] alsa: upgrade 1.2.5 -> 1.2.6 Alexander Kanavin
2021-12-15 22:40 ` [PATCH 15/26] dpkg: update 1.20.9 -> 1.21.1 Alexander Kanavin
2021-12-16 10:50   ` Alexey Brodkin
2021-12-15 22:40 ` [PATCH 16/26] go: upgrade 1.17.4 -> 1.17.5 Alexander Kanavin
2021-12-15 22:40 ` [PATCH 17/26] repo: update 2.18 -> 2.19 Alexander Kanavin
2021-12-15 22:40 ` [PATCH 18/26] boost: update 1.77.0 -> 1.78.0 Alexander Kanavin
2021-12-15 23:28   ` Khem Raj
2021-12-16  8:28     ` Alexander Kanavin
2021-12-16 17:07       ` Khem Raj
2021-12-15 22:40 ` [PATCH 19/26] libptytty: add recipe Alexander Kanavin
2021-12-15 22:40 ` [PATCH 20/26] rxvt-unicode: upgrade 9.26 -> 9.30 Alexander Kanavin
2021-12-15 22:40 ` [PATCH 21/26] diffoscope: upgrade 194 -> 196 Alexander Kanavin
2021-12-15 22:40 ` [PATCH 22/26] cantarell-fonts: update 0.301 -> 0.303.1 Alexander Kanavin
2021-12-22  2:11   ` [OE-core] " Peter Kjellerstedt
     [not found]   ` <16C2F1D2002A5FB3.15364@lists.openembedded.org>
2021-12-22  2:33     ` Peter Kjellerstedt
2021-12-15 22:40 ` [PATCH 23/26] libx11: update 1.7.3 -> 1.7.3.1 Alexander Kanavin
2021-12-15 22:40 ` [PATCH 24/26] debianutils: update 4.11.2 -> 5.5 Alexander Kanavin
2021-12-15 22:40 ` [PATCH 25/26] libsdl2: update 2.0.16 -> 2.0.18 Alexander Kanavin
2021-12-15 22:40 ` [PATCH 26/26] runqemu: additional setting to force software rendering with sdl 2.0.18 Alexander Kanavin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox