aboutsummaryrefslogtreecommitdiff
path: root/src/build-remote
AgeCommit message (Expand)Author
2018-02-13Merge branch 'plugins' of https://github.com/shlevy/nixEelco Dolstra
2018-02-12Fix hang in build-remoteEelco Dolstra
2018-02-08Add plugins to make Nix more extensible.Shea Levy
2018-01-09nix.conf: builders-use-substitutesRenzo Carbonara
2017-11-25build-remote: Fix missing log outputaszlig
2017-10-24Allow shorter syntax for chroot storesEelco Dolstra
2017-10-24More progress indicator improvementsEelco Dolstra
2017-10-24Progress indicator: Show on what machine we're buildingEelco Dolstra
2017-10-24build-remote: Work properly on a chrooted storeEelco Dolstra
2017-10-24Handle log messages from build-remoteEelco Dolstra
2017-10-23Pass all settings to build-remoteEelco Dolstra
2017-10-23build-remote: Put current load under the store state directoryEelco Dolstra
2017-07-31Merge branch 'macOS' of https://github.com/davidak/nixEelco Dolstra
2017-07-30Replace Unicode quotes in user-facing strings by ASCIIJörg Thalheim
2017-07-30replace "OS X" with "macOS"davidak
2017-07-03Replace a few bool flags with enumsEelco Dolstra
2017-05-08build-remote: Check remote build statusEelco Dolstra
2017-05-02build-remote: Fix fallback to other machines when connecting failsEelco Dolstra
2017-05-02Add an option for specifying remote buildersEelco Dolstra
2017-05-02Factor out machines.conf parsingEelco Dolstra
2017-05-02build-hook: If there are no machines defined, quit permanentlyEelco Dolstra
2017-05-02build-remote: Ugly hackery to get build logs to workEelco Dolstra
2017-05-01build-remote: Don't require signaturesEelco Dolstra
2017-05-01Support arbitrary store URIs in nix.machinesEelco Dolstra
2017-05-01Remove $NIX_BUILD_HOOK and $NIX_CURRENT_LOADEelco Dolstra
2017-05-01build-remote: Don't copy the .drv closureEelco Dolstra
2017-05-01Pass verbosity level to build hookEelco Dolstra
2017-03-16ssh:// -> ssh-ng://, legacy-ssh:// -> ssh://Eelco Dolstra
2017-03-16copyPaths(): Use queryValidPaths() to reduce SSH latencyEelco Dolstra
2017-03-03build-remote: Don't use a SSH masterEelco Dolstra
2017-03-03build-remote: Fix passing SSH keyEelco Dolstra
2017-03-03build-remote: Misc cleanupEelco Dolstra
2017-02-07Merge branch 'nix-copy-closure-c++' of https://github.com/shlevy/nixEelco Dolstra
2017-01-26openLockFile: Return an AutoCloseFDEelco Dolstra
2017-01-24Hopefully fix build on older GCCEelco Dolstra
2017-01-24Fix typoEelco Dolstra
2017-01-24build-remote: Use futimes instead of futimens on APPLEShea Levy
2017-01-20nix-copy-closure: Implement in C++.Shea Levy
2017-01-10build-remote: Don't use C++ streams to read the conf fileShea Levy
2017-01-10build-remote: Use std::set for feature setsShea Levy
2016-11-10build-remote: replace strtoull with stoull to take advantage of C++ error han...Shea Levy
2016-11-10build-remote: Implement in C++Shea Levy