Re: [cip-kernel-sec 2/2] remotes: call _get_configured_remotes
Ben Hutchings <ben.hutchings@...>
On Mon, 2019-06-17 at 11:20 +0900, Daniel Sangorrin wrote:
Ben.
Ben Hutchings, Software Developer Codethink Ltd
https://www.codethink.co.uk/ Dale House, 35 Dale Street
Manchester, M1 2HF, United Kingdom
This is probably a copy&paste mistake that had no effectMaybe it would make more sense to merge the two functions instead?
because the contents of _get_configured_remotes and
_get_configured_branches is the same.
Signed-off-by: Daniel Sangorrin <daniel.sangorrin@...>
Ben.
-----
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 ae1ca2c..3ede64a 100644
--- a/scripts/kernel_sec/branch.py
+++ b/scripts/kernel_sec/branch.py
@@ -209,7 +209,7 @@ def get_remotes(mappings, mainline=None,
stable=None):
remotes = RemoteMap()
remotes.update(_get_configured_remotes('conf/remotes.yml'))
remotes.update(
- _get_configured_branches(
+ _get_configured_remotes(
os.path.expanduser('~/.config/kernel-sec/remotes.yml')))
for mapping in mappings:
left, right = arg.split(':', 1)
Ben Hutchings, Software Developer Codethink Ltd
https://www.codethink.co.uk/ Dale House, 35 Dale Street
Manchester, M1 2HF, United Kingdom