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

Add progress info in west update command #742

Open
yvesll opened this issue Sep 27, 2024 · 2 comments
Open

Add progress info in west update command #742

yvesll opened this issue Sep 27, 2024 · 2 comments
Milestone

Comments

@yvesll
Copy link

yvesll commented Sep 27, 2024

HI, it would be helpful if we can know the progress when update lots of repos under a big project.
tqdm provides a beautiful bar but it seems not compatible with west's log module.
A simpler way like [1/99] is also good.

@pdgendt
Copy link
Collaborator

pdgendt commented Sep 27, 2024

This could go hand in hand with parallel updates, I want to tackle that in a future release.

I'll try and gather these issues in a v2.0.0 milestone and look into those after the v1.3.0 release.

@pdgendt pdgendt added this to the v2.0.0 milestone Sep 27, 2024
@marc-hb
Copy link
Collaborator

marc-hb commented Sep 27, 2024

As discussed a bit in #301, git progress comes directly from git and west does not know anything about it (ignoring the fact the timing of git's progress bar can be jumping around as bad as the typical progress bar).

This could go hand in hand with parallel updates, I want to tackle that in a future release.

BTW there's been a LOT of water under that bridge, here's one entry point:

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

No branches or pull requests

3 participants