Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(toolkit): recursive repository cloning #42

Merged
merged 4 commits into from
Jan 25, 2024

Conversation

badayvedat
Copy link
Contributor

No description provided.

@badayvedat badayvedat requested a review from chamini2 January 18, 2024 11:07
Copy link
Contributor

@mederka mederka left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ATL: what is the purpose of recursive cloning here?

).strip()
except subprocess.CalledProcessError as error:
if "not a git repository" in error.output:
return ""
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't we let the user know somehow?

@badayvedat
Copy link
Contributor Author

some model repositories contain folders that reference some other repositories, which requires recursive cloning. clone_repository fails to address this issue at the moment

@badayvedat badayvedat requested a review from mederka January 23, 2024 14:56
Copy link
Contributor

@mederka mederka left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the clarification 👍

@badayvedat badayvedat merged commit 20066f2 into main Jan 25, 2024
4 checks passed
@badayvedat badayvedat deleted the feat-toolkit-clone-repo-recursively branch January 25, 2024 17:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants