diff options
author | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2012-09-13T15·35-0400 |
---|---|---|
committer | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2012-09-13T15·35-0400 |
commit | b14717ab9003452fda7afe0f9627673b9f331569 (patch) | |
tree | b2eaea17f4945a484cf5875918afd39bc55e096e /scripts/download-from-binary-cache.pl.in | |
parent | 6c4ac299173e3b9772c96bef1e6463b22dcd0227 (diff) |
Delete manifests in "nix-channel --remove" or when a binary cache is available
Diffstat (limited to 'scripts/download-from-binary-cache.pl.in')
-rw-r--r-- | scripts/download-from-binary-cache.pl.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/download-from-binary-cache.pl.in b/scripts/download-from-binary-cache.pl.in index f16434d0a391..cbac177623d4 100644 --- a/scripts/download-from-binary-cache.pl.in +++ b/scripts/download-from-binary-cache.pl.in @@ -20,6 +20,7 @@ my $maxParallelRequests = int($Nix::Config::config{"binary-caches-parallel-conne $maxParallelRequests = 1 if $maxParallelRequests < 1; my $debug = ($ENV{"NIX_DEBUG_SUBST"} // "") eq 1; +open(STDERR, ">>/dev/tty") if $debug; my ($dbh, $queryCache, $insertNAR, $queryNAR, $insertNARExistence, $queryNARExistence); |