about summary refs log tree commit diff
path: root/scripts
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2015-03-04T15·27+0100
committerEelco Dolstra <eelco.dolstra@logicblox.com>2015-03-04T15·27+0100
commit9f3eb56b460ad14647b90f9fc841776daf9beb47 (patch)
tree60cd6be3b5e11bfadae4ebb065fb5f4eccb01967 /scripts
parent71b0a3a86bfd24b2a39df9b5f03b22d9faee64e8 (diff)
Reduce verbosity in build-remote.pl
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/build-remote.pl.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/build-remote.pl.in b/scripts/build-remote.pl.in
index dcf245d7d5..447a9fd756 100755
--- a/scripts/build-remote.pl.in
+++ b/scripts/build-remote.pl.in
@@ -16,6 +16,8 @@ binmode STDERR, ":encoding(utf8)";
 
 my $debug = defined $ENV{NIX_DEBUG_HOOK};
 
+setVerbosity(0); # make exportPath() less verbose
+
 
 # General operation:
 #