On Monday 10 August 2015 11:18:06 Chen Qi wrote:
> E.g.
> devtool sdk-update /mnt/sdk-repo/
> devtool sdk-update http://mysdkhost/sdk
As noted by Chris we definitely need a better commit message here.
> +logger.debug("Updating meta data via git ...")
> +ret = subprocess.call("rm -
On Sun, Aug 9, 2015 at 8:18 PM, Chen Qi wrote:
> E.g.
> devtool sdk-update /mnt/sdk-repo/
> devtool sdk-update http://mysdkhost/sdk
>
> Signed-off-by: Chen Qi
>
Shouldn’t there be a description of exactly what the purpose of this is, in
the commit message, for those of us not intimately familia
E.g.
devtool sdk-update /mnt/sdk-repo/
devtool sdk-update http://mysdkhost/sdk
Signed-off-by: Chen Qi
---
scripts/lib/devtool/sdk.py | 182 +
1 file changed, 182 insertions(+)
create mode 100644 scripts/lib/devtool/sdk.py
diff --git a/scripts/lib/dev