-
-
Notifications
You must be signed in to change notification settings - Fork 10
Description
Hello.
Should ncps be able to serve paths that exist locally, but do not exist in the upstream cache? It's not clearly answered in the README and my testing says "no".
I run ncps on the same machine I use as a builder. For the upstream paths everything works correctly. But, anything built on the machine is not available through ncps. Thus I have to configure the client to also use the same machine that runs ncps as an ssh substituter(or run another binary cache server on it). Which is not that big of a deal, but is a bit redundant. Thus I think the optional ability to serve the downstream substitutes(whatever currently exists in the local store) does not seem that unreasonable?
At the very least, can you please explicitly cover this question in the README.
Thanks in advance.