diff mbox series

[cip-kernel-sec,1/2] remotes: refer to configuration files

Message ID 20190617022039.7197-1-daniel.sangorrin@toshiba.co.jp (mailing list archive)
State Accepted
Headers show
Series [cip-kernel-sec,1/2] remotes: refer to configuration files | expand

Commit Message

Daniel Sangorrin June 17, 2019, 2:20 a.m. UTC
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 <daniel.sangorrin@toshiba.co.jp>
---
 README.md | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Comments

Ben Hutchings June 17, 2019, 8:15 p.m. UTC | #1
On Mon, 2019-06-17 at 11:20 +0900, Daniel Sangorrin wrote:
> 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 <daniel.sangorrin@toshiba.co.jp>
[...]

Applied, thanks.

Ben.
diff mbox series

Patch

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