FIXMEs
This commit is contained in:
		
							parent
							
								
									1816ac0db1
								
							
						
					
					
						commit
						175935e053
					
				
					 1 changed files with 4 additions and 0 deletions
				
			
		| 
						 | 
					@ -54,6 +54,10 @@ sub isTrue {
 | 
				
			||||||
    return $x eq "true" || $x eq "1";
 | 
					    return $x eq "true" || $x eq "1";
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					# FIXME: this should be cache URLs required to have valid signatures,
 | 
				
			||||||
 | 
					# or "*" to require signatures on all binary caches.
 | 
				
			||||||
 | 
					# FIXME: should binary caches using a key in
 | 
				
			||||||
 | 
					# ‘binary-cache-public-keys’ be trusted by default?
 | 
				
			||||||
my $requireSignedBinaryCaches = ($Nix::Config::config{"signed-binary-caches"} // "0") ne "0";
 | 
					my $requireSignedBinaryCaches = ($Nix::Config::config{"signed-binary-caches"} // "0") ne "0";
 | 
				
			||||||
 | 
					
 | 
				
			||||||
my $curlConnectTimeout = int(
 | 
					my $curlConnectTimeout = int(
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue