1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-25 10:41:16 +02:00

build-remote: Use the --quiet flag

‘--option verbosity 0’ doesn't actually do anything.
This commit is contained in:
Eelco Dolstra 2013-02-19 16:56:31 +01:00
parent 3e067ac11c
commit dadf7a5b46
2 changed files with 3 additions and 6 deletions

View file

@ -259,7 +259,7 @@ close UPLOADLOCK;
# Perform the build.
my $buildFlags =
"--max-silent-time $maxSilentTime --option build-timeout $buildTimeout"
. " --fallback --add-root $rootsDir/\$PPID.out --option verbosity 0"
. " --fallback --add-root $rootsDir/\$PPID.out --quiet"
. " --option build-keep-log false";
# We let the remote side kill its process group when the connection is