Hi,
I was looking for a way to add a additional local (local folder) repository during build time from within a rpm spec.
Now I tested by adding the path to resolverSettings/localRepositories/repository.
But that didn't seem to do anything.
Now I looked up some more in the code, and found the following commit:
85576da
Does that mean localRepositories should in fact be removed from the configuration also?
Cause it's still there but it seems to do nothing at all ...
And if that should indeed get removed, how can we now properly add an additional repository?