Merge pull request #372 from wmertens/patch-4
binary download: Use $NIX_CURL_FLAGS
This commit is contained in:
		
						commit
						fb4e216598
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -546,7 +546,7 @@ sub downloadBinary {
 | 
				
			||||||
        die if $requireSignedBinaryCaches && !defined $info->{signedBy};
 | 
					        die if $requireSignedBinaryCaches && !defined $info->{signedBy};
 | 
				
			||||||
        print STDERR "\n*** Downloading ‘$url’ ", ($requireSignedBinaryCaches ? "(signed by ‘$info->{signedBy}’) " : ""), "to ‘$storePath’...\n";
 | 
					        print STDERR "\n*** Downloading ‘$url’ ", ($requireSignedBinaryCaches ? "(signed by ‘$info->{signedBy}’) " : ""), "to ‘$storePath’...\n";
 | 
				
			||||||
        checkURL $url;
 | 
					        checkURL $url;
 | 
				
			||||||
        if (system("$Nix::Config::curl --fail --location --insecure --connect-timeout $curlConnectTimeout '$url' $decompressor | $Nix::Config::binDir/nix-store --restore $destPath") != 0) {
 | 
					        if (system("$Nix::Config::curl --fail --location --insecure --connect-timeout $curlConnectTimeout $NIX_CURL_FLAGS '$url' $decompressor | $Nix::Config::binDir/nix-store --restore $destPath") != 0) {
 | 
				
			||||||
            warn "download of ‘$url’ failed" . ($! ? ": $!" : "") . "\n";
 | 
					            warn "download of ‘$url’ failed" . ($! ? ": $!" : "") . "\n";
 | 
				
			||||||
            next;
 | 
					            next;
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue