commit | 417525c4201666bc93723e6ebf3f08f71addf6b3 | [log] [tgz] |
---|---|---|
author | CP Cheng <cp.cheng@mediatek.com> | Fri Feb 09 09:28:35 2018 +0800 |
committer | Gerrit Code Review <gerrit@mediatek.com> | Fri Feb 09 09:28:35 2018 +0800 |
tree | 38b88dff84c0c631ff966cc66cbc1e6cdb8e5e4a | |
parent | d3db3baa6682cf888690834fe9b59a91cfa5a905 [diff] | |
parent | 1959322bb3014febda6bbdf38b25c1e39f27a113 [diff] |
Merge "use os.path.lexists to remove broken link" into mtk-dev
diff --git a/manifest_xml.py b/manifest_xml.py index afd1f39..41d92e9 100644 --- a/manifest_xml.py +++ b/manifest_xml.py
@@ -306,6 +306,9 @@ if p.sync_s: e.setAttribute('sync-s', 'true') + if p.lfs_fetch: + e.setAttribute('lfs-fetch', 'true') + if p.clone_depth: e.setAttribute('clone-depth', str(p.clone_depth))