device-deps-regenerator: Skip repos with non-github remote
Change-Id: Ie120975364af1e5ad3c5c2dbc7f72f592ec285dd
This commit is contained in:
@@ -43,6 +43,8 @@ def get_cm_dependencies(name):
|
|||||||
mydeps = []
|
mydeps = []
|
||||||
non_device_repos = set()
|
non_device_repos = set()
|
||||||
for el in cmdeps:
|
for el in cmdeps:
|
||||||
|
if el.get("remote", "github") != "github":
|
||||||
|
continue
|
||||||
if "_device_" not in el["repository"]:
|
if "_device_" not in el["repository"]:
|
||||||
non_device_repos.add(el["repository"])
|
non_device_repos.add(el["repository"])
|
||||||
depbranch = el.get("branch", branch)
|
depbranch = el.get("branch", branch)
|
||||||
|
|||||||
Reference in New Issue
Block a user