Jan Klötzke
Jan Klötzke
Thanks for the PR. Interesting that the license check is somehow influenced by the user/group id. Anyway, I think we shall support this. I don't think we need a fully...
Please have a look at the current state of the PR. Let me know if it fits your needs...
Perfect. Thanks!
This looks like something is really broken in your environment. Somehow unix domain sockets do not seem to work. Could you provide some more information about your OS environment (Linux...
No, there is currently no such command available. What comes close is to do a `bob (build|dev) --download=forced -f /path/to/descendant-or-self@package` which will try to download the package and all dependencies....
I guess this needs to be implemented in a dedicated command. Anything else will either be incomplete or have too much overhead. It may also have an advantage to have...
Taking a step back: what is the actual motivation of having Bob managing the layers? What is the benefit of adding this feature compared to git submodules? I think we...
> > Taking a step back: what is the actual motivation of having Bob managing the layers? What is the benefit of adding this feature compared to git submodules? I...
> Anyway - after some internal discussions we think that merging the (sub-) layers of different layers by their name/url/whatever might not work very well. I agree that merging them...
My current line of thinking goes like this: We would always flatten the layer dependency tree by name. This happens even for layers that are not SCM-managed but just referenced...