* Synchronous nix-pull' with nix-push'.
				
					
				
			* Use curl instead of wget.
This commit is contained in:
		
							parent
							
								
									16f9b133ec
								
							
						
					
					
						commit
						9a404e45c9
					
				
					 2 changed files with 2 additions and 2 deletions
				
			
		|  | @ -159,7 +159,7 @@ foreach my $nararchive (@nararchives) { | |||
| 
 | ||||
|     if (system("$curl --head $archives_get_url/$basename > /dev/null") != 0) { | ||||
|         print STDERR "  $nararchive\n"; | ||||
|         system("$curl  --show-error --upload-file " . | ||||
|         system("$curl --show-error --upload-file " . | ||||
|                "'$nararchive' '$archives_put_url/$basename' > /dev/null") == 0 or | ||||
|             die "curl failed on $nararchive: $?"; | ||||
|     } | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue