-
Notifications
You must be signed in to change notification settings - Fork 125
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
feature: west sync & west upload commands #577
Comments
For Github or Gerrit? west supports extension, you could write one: BTW https://docs.zephyrproject.org/1.14.1/guides/west/why.html
|
I think both need. or other git server. because when I work on mulit project I need smart push my projects. when the manifest file updated, the command west update only downloads project code.I can write extensions, I tried before. but I think it maybe have a good design.
|
The problem with 'west upload' is that west would need to know how each individual git server accepts uploads. I think this is impossible to do in general, though I'd be interested to see a design for it if you have one. As for 'sync', I guess that would mean pulling the latest changes from the manifest repository's remote and then running west update, all in one step? How would that work?
|
too many work need to do. 🐶 this my scripts. https://gist.github.com/altair-albert/16c758626afda1fb50a13cad1491c4f2 maybe have another better design. 😄 |
Anyone want this feature like google repo?
The text was updated successfully, but these errors were encountered: