Remove the remote-builds option

This is superfluous since you can now just set "builders" to empty,
e.g. "--builders ''".
This commit is contained in:
Eelco Dolstra 2017-10-24 11:00:16 +02:00
parent af241ae7d3
commit 25f32625e2
No known key found for this signature in database
GPG key ID: 8170B4726D7198DE
5 changed files with 8 additions and 10 deletions

View file

@ -132,9 +132,6 @@ public:
"The maximum duration in seconds that a builder can run. "
"0 means infinity.", {"build-timeout"}};
Setting<bool> useBuildHook{this, true, "remote-builds",
"Whether to use build hooks (for distributed builds)."};
PathSetting buildHook{this, true, nixLibexecDir + "/nix/build-remote", "build-hook",
"The path of the helper program that executes builds to remote machines."};