Re: [cip-kernel-sec][PATCH v2 1/3] branch: fix remotes mapping


Ben Hutchings <ben.hutchings@...>
 

I've applied this and the following patch, as they're obviously
correct.

Ben.

On Thu, 2019-06-20 at 14:51 +0900, Daniel Sangorrin wrote:
Probably a copy&paste error that never got checked because
nobody is using the mapping functionality.

Signed-off-by: Daniel Sangorrin <daniel.sangorrin@...>
---
 scripts/kernel_sec/branch.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/kernel_sec/branch.py
b/scripts/kernel_sec/branch.py
index 3ede64a..10f3339 100644
--- a/scripts/kernel_sec/branch.py
+++ b/scripts/kernel_sec/branch.py
@@ -212,7 +212,7 @@ def get_remotes(mappings, mainline=None,
stable=None):
         _get_configured_remotes(
             os.path.expanduser('~/.config/kernel-sec/remotes.yml')))
     for mapping in mappings:
-        left, right = arg.split(':', 1)
+        left, right = mapping.split(':', 1)
         remotes[left]['git_name'] = right
     if mainline:
         remotes['torvalds']['git_name'] = mainline
--
Ben Hutchings, Software Developer   Codethink Ltd
https://www.codethink.co.uk/ Dale House, 35 Dale Street
Manchester, M1 2HF, United Kingdom

Join {cip-dev@lists.cip-project.org to automatically receive all group messages.