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

Recursive bootstrap should be possible on 2nd+ calls #31

Closed
Reinmar opened this issue Jan 23, 2017 · 0 comments
Closed

Recursive bootstrap should be possible on 2nd+ calls #31

Reinmar opened this issue Jan 23, 2017 · 0 comments

Comments

@Reinmar
Copy link
Member

Reinmar commented Jan 23, 2017

Right now, if you call mgit bootstrap and then mgit bootstrap --recursive, the second call will do nothing, even if there are repository to be cloned.

This happens because the bootstrap command aborts immediately, without checking what else it could clone.

PS. After merging bootstrap into update, the same issue will apply to update.

@pomek pomek self-assigned this Feb 13, 2017
@pomek pomek mentioned this issue Feb 13, 2017
@pomek pomek closed this as completed in #44 Feb 13, 2017
pomek pushed a commit that referenced this issue Feb 13, 2017
Fix: Fixed various minor issues with the commands. Introduced missing tests. Closes #31. Closes #41. Closes #3. Closes #43.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants