From d1dccab9a69f2a8a12db0fb5f0aee44cb8764890 Mon Sep 17 00:00:00 2001 From: Kieran Bingham Date: Thu, 1 Nov 2018 13:43:26 +0000 Subject: schema: Extend upstream with URL and patchwork Provide the option to specify a URL or patchwork number reference. Signed-off-by: Kieran Bingham --- projects/project.schema.yaml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'projects/project.schema.yaml') diff --git a/projects/project.schema.yaml b/projects/project.schema.yaml index 7130860..f84b415 100644 --- a/projects/project.schema.yaml +++ b/projects/project.schema.yaml @@ -60,6 +60,12 @@ mapping: next: desc: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/commit/?id= include: gitcommit + pw.linuxtv: + desc: https://patchwork.linuxtv.org/patch/ + type: int + url: + desc: Free form URL reference # URL validation is *hard* + type: str parent: desc: A reference to another topic key which must already exist -- cgit v1.2.3