gnu: bootstrap: Add ftp.gnu.org to '%bootstrap-base-urls'.
* gnu/packages/bootstrap.scm (%bootstrap-base-urls): Add ftp.gnu.org/gnu/guix/bootstrap.
This commit is contained in:
		
							parent
							
								
									893c2df00d
								
							
						
					
					
						commit
						f32c3d4d06
					
				
					 1 changed files with 3 additions and 1 deletions
				
			
		|  | @ -290,7 +290,9 @@ or false to signal an error." | |||
| 
 | ||||
| (define %bootstrap-base-urls | ||||
|   ;; This is where the initial binaries come from. | ||||
|   '("https://alpha.gnu.org/gnu/guix/bootstrap" | ||||
|   '("https://ftp.gnu.org/gnu/guix/bootstrap" | ||||
|     "https://alpha.gnu.org/gnu/guix/bootstrap" | ||||
|     "http://ftp.gnu.org/gnu/guix/bootstrap" | ||||
|     "http://alpha.gnu.org/gnu/guix/bootstrap" | ||||
|     "ftp://alpha.gnu.org/gnu/guix/bootstrap" | ||||
|     "http://www.fdn.fr/~lcourtes/software/guix/packages" | ||||
|  |  | |||
		Reference in a new issue