Marti Bolivar
Marti Bolivar
> @mbolivar I think there's a bit of a bootstrapping problem for non-Zephyr projects when you don't already have a west config file defined somewhere in the search path, with...
The idea would be to host its documentation on readthedocs instead. But that will take quite some doing. We want the code to be ready before we try to do...
Hello, and thank you very much for taking the time to file an issue. > It shall be possible to specify multiple `copyfile` and `linkfile` directives for each project. >...
I also want to discuss another couple of questions: 1. what should west do if the destination already exists? My guess is west should *not* copy or link over an...
@tejlmand has separately suggested a `west fetch [PROJECT ...]` command, which would update `manifest-rev` in each project without changing the working tree. I agree, for separate reasons not relevant to...
Hi, thanks for the report! Git creates the remote named "origin" but west never uses remotes by name. It actually only uses URLs to fetch. If you enable the most...
Thanks @bengartner -- just letting you know that I haven't forgotten about your report and will work on fixing this. I've never used LFS, but I think supporting it is...
> Connecting all the dots above, I just remembered that `git` already has a built-in feature to cache objects and automatically expire and garbage collect them after some configurable time:...
Thanks for filing an issue! This should be feasible to do for the built-in commands as a starting point (`west update -q`, etc.), and then we can do the same...
@nashif how would you want this command to behave? ``` west -v update --quiet ``` options: 1. -v overrides --quiet 2. --quiet overrides -v 3. error