From patchwork Mon Jun 17 02:20:38 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Daniel Sangorrin X-Patchwork-Id: 10997815 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id BE4191575 for ; Mon, 17 Jun 2019 02:21:00 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id AFEA428387 for ; Mon, 17 Jun 2019 02:21:00 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id A359828815; Mon, 17 Jun 2019 02:21:00 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.2 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_DNSWL_MED autolearn=ham version=3.3.1 Received: from mail.linuxfoundation.org (mail.linuxfoundation.org [140.211.169.12]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id AF8D828387 for ; Mon, 17 Jun 2019 02:20:59 +0000 (UTC) Received: from mail.linux-foundation.org (localhost [127.0.0.1]) by mail.linuxfoundation.org (Postfix) with ESMTP id EE5FEC6C; Mon, 17 Jun 2019 02:20:58 +0000 (UTC) X-Original-To: cip-dev@lists.cip-project.org Delivered-To: cip-dev@mail.linuxfoundation.org Received: from smtp1.linuxfoundation.org (smtp1.linux-foundation.org [172.17.192.35]) by mail.linuxfoundation.org (Postfix) with ESMTPS id 6C47DC6A for ; Mon, 17 Jun 2019 02:20:56 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mo-csw.securemx.jp (mo-csw1116.securemx.jp [210.130.202.158]) by smtp1.linuxfoundation.org (Postfix) with ESMTPS id D5CA97E9 for ; Mon, 17 Jun 2019 02:20:54 +0000 (UTC) Received: by mo-csw.securemx.jp (mx-mo-csw1116) id x5H2Kgbw010192; Mon, 17 Jun 2019 11:20:42 +0900 X-Iguazu-Qid: 2wHHirtwXxqgTZmoya X-Iguazu-QSIG: v=2; s=0; t=1560738041; q=2wHHirtwXxqgTZmoya; m=NNf8z8rq3GKqbjIMGF4mUMizzXQkhLWjVu72HL+N63Y= Received: from imx12.toshiba.co.jp (imx12.toshiba.co.jp [61.202.160.132]) by relay.securemx.jp (mx-mr1111) id x5H2Ke7a035530; Mon, 17 Jun 2019 11:20:41 +0900 Received: from enc02.toshiba.co.jp ([61.202.160.51]) by imx12.toshiba.co.jp with ESMTP id x5H2Kewi015580; Mon, 17 Jun 2019 11:20:40 +0900 (JST) Received: from hop101.toshiba.co.jp ([133.199.85.107]) by enc02.toshiba.co.jp with ESMTP id x5H2KdaA013573; Mon, 17 Jun 2019 11:20:40 +0900 From: Daniel Sangorrin To: ben.hutchings@codethink.co.uk Date: Mon, 17 Jun 2019 11:20:38 +0900 X-TSB-HOP: ON Message-Id: <20190617022039.7197-1-daniel.sangorrin@toshiba.co.jp> X-Mailer: git-send-email 2.17.1 Cc: cip-dev@lists.cip-project.org Subject: [cip-dev] [cip-kernel-sec 1/2] remotes: refer to configuration files X-BeenThere: cip-dev@lists.cip-project.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: cip-dev-bounces@lists.cip-project.org Errors-To: cip-dev-bounces@lists.cip-project.org X-Virus-Scanned: ClamAV using ClamSMTP The Readme indicated some remote names (torvalds, stable) but not all of them. Ask the user to check conf/remotes.yml instead. I also added information on how to override or extend the configuration file (through '~/.config/kernel-sec/remotes.yml') Signed-off-by: Daniel Sangorrin --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a4f3d45..4c5808f 100644 --- a/README.md +++ b/README.md @@ -18,9 +18,10 @@ beneath that. They require PyYAML and html5lib (packaged in Debian as python3-yaml and python3-html5lib). Many scripts require access to a kernel git repository. By default -this is assumed to be in `../kernel`, with remotes named `torvalds` -and `stable` for the mainline and stable repositories. These can -be overridden by command-line options or by configuration. +this is assumed to be in `../kernel`, with remotes configured in +`conf/remotes.yml`, e.g. `torvalds`, `stable` and `cip` for the mainline, +stable and cip repositories. These can be overridden by command-line options +or configuration (`~/.config/kernel-sec/remotes.yml`). * `scripts/import_debian.py` - import information from Debian's `kernel_sec` project. It includes all issues that Debian considers