Re: [Nix-dev] [PATCH] daemon: Add 'buildMode' parameter to 'buildPaths' RPC.

2015-12-03 Thread Ludovic Courtès
Shea Levy skribis: > Can you resend with paths appropriate to the nix repo? There is no > nix/ directory there. Oops, my bad. I think Eelco solved that already. Sorry about that! Ludo’. ___ nix-dev mailing list

[Nix-dev] [PATCH] daemon: Add 'buildMode' parameter to 'buildPaths' RPC.

2015-12-02 Thread Ludovic Courtès
* nix/libstore/worker-protocol.hh (PROTOCOL_VERSION): Bump to 0x10f. * nix/libstore/remote-store.cc (RemoteStore::buildPaths): Send the BUILDMODE when the daemon supports it. Reject invalid values of BUILDMODE for old daemons. * nix/nix-daemon/nix-daemon.cc (performOp) : Read the build mode when

Re: [Nix-dev] [PATCH] daemon: Add 'buildMode' parameter to 'buildPaths' RPC.

2015-12-02 Thread Shea Levy
Can you resend with paths appropriate to the nix repo? There is no nix/ directory there. ~Shea On 2015-12-02 12:03, Ludovic Courtès wrote: > * nix/libstore/worker-protocol.hh (PROTOCOL_VERSION): Bump to 0x10f. > * nix/libstore/remote-store.cc (RemoteStore::buildPaths): Send the > BUILDMODE when