tianocore / edk2-edkrepo

Repository for the edkrepo utility
Other
21 stars 24 forks source link

EdkRepo: Implement a method to clone a single repository #222

Closed ashedesimone closed 6 months ago

ashedesimone commented 6 months ago

Introduces the file clone_utilities.py and the methods:

Updates the clone_repos() method in common_repo_functions.py to leverage the new clone_single_repository() method.

Fixes: #221