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/linux/testtask.yaml | 2 ++ projects/project.schema.yaml | 6 ++++++ 2 files changed, 8 insertions(+) diff --git a/projects/linux/testtask.yaml b/projects/linux/testtask.yaml index 96bf18d..0dd95d3 100644 --- a/projects/linux/testtask.yaml +++ b/projects/linux/testtask.yaml @@ -14,6 +14,8 @@ upstream: - torvalds: 84df9525b0c27f3ebc2ebb1864fa62a97fdedb7d # Linux 4.19 - torvalds: 6d9666fb78526a7728cc4954ec1da4c2b416753d # arm64: dts: r8a77965: Support IPMMU(MMU mode) for IPMMU-VP0 and IPMMU-VC0 - next: e0868bcfd529997cf98da1dd14bab8cb8175eda7 # + - url: https://patchwork.linuxtv.org/patch/51928/ # [4/5] media: rcar-vin: Enable support for r8a774a1 - Patchwork + - pw.linuxtv: 51928 # [4/5] media: rcar-vin: Enable support for r8a774a1 - Patchwork comments: - Added a new thing 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