summaryrefslogtreecommitdiffstats
path: root/src/build-remote
AgeCommit message (Expand)Author
2020-12-01Lower verbosity for 'Failed to find a machine' messageEelco Dolstra
2020-10-06Remove static variable name clashesEelco Dolstra
2020-08-12Make `system-features` a store settingJohn Ericson
2020-08-11demote remote build message to InfoBen Burdette
2020-08-05don't crash if there's no drvPathBen Burdette
2020-08-05add derivation path to hintBen Burdette
2020-08-05error messages for issue 2238Ben Burdette
2020-07-30unsigned long long -> uint64_tEelco Dolstra
2020-06-15Remove trailing whitespaceEelco Dolstra
2020-06-15Merge branch 'errors-phase-2' of https://github.com/bburdette/nixEelco Dolstra
2020-06-12Add Store::readDerivation() convenience functionEelco Dolstra
2020-06-02elide the 'ErrorInfo' in logError and logWarning callsBen Burdette
2020-05-13consistent capitalizationBen Burdette
2020-05-03convert some printError calls to logErrorBen Burdette
2020-03-30Remove global -I flagsEelco Dolstra
2019-12-10Make the Store API more type-safeEelco Dolstra
2019-11-13TypoEelco Dolstra
2019-03-06canBuildLocally: check for featuresvolth
2018-10-26Merge all nix-* binaries into nixEelco Dolstra
2018-04-23Merge branch 'aarch64-armv7' of git://github.com/lheckemann/nixShea Levy
2018-04-21Fix library ordering in MakefilesAndrew Dunham
2018-03-20Hack to get SSH error messages from build-remoteEelco Dolstra
2018-03-16build-remote: take extra-platforms into accountLinus Heckemann
2018-03-13build-remote: Don't substitute the build resultEelco Dolstra
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