doc: Fix claimed archive timestamps.
Reported by Leo Famulari <leo@famulari.name>. * doc/guix.texi (Binary Installation): Use a correct timestamp of 1 instead of an incorrect one of 0.
This commit is contained in:
		
							parent
							
								
									f6839fed5f
								
							
						
					
					
						commit
						83c60bb062
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -669,7 +669,7 @@ not emit warnings about ``implausibly old time stamps'' (such
 | 
				
			||||||
warnings were triggered by GNU@tie{}tar 1.26 and older; recent
 | 
					warnings were triggered by GNU@tie{}tar 1.26 and older; recent
 | 
				
			||||||
versions are fine).
 | 
					versions are fine).
 | 
				
			||||||
They stem from the fact that all the
 | 
					They stem from the fact that all the
 | 
				
			||||||
files in the archive have their modification time set to zero (which
 | 
					files in the archive have their modification time set to 1 (which
 | 
				
			||||||
means January 1st, 1970).  This is done on purpose to make sure the
 | 
					means January 1st, 1970).  This is done on purpose to make sure the
 | 
				
			||||||
archive content is independent of its creation time, thus making it
 | 
					archive content is independent of its creation time, thus making it
 | 
				
			||||||
reproducible.
 | 
					reproducible.
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue