docs(tvix/glue/fetchers): update docstring on Tarball
The tarball can also not be compressed. Change-Id: Idbf1b7168cc9a43826355e3cb8b4140f5f53d780 Reviewed-on: https://cl.tvl.fyi/c/depot/+/11535 Autosubmit: flokli <flokli@flokli.de> Tested-by: BuildkiteCI Reviewed-by: Connor Brewster <cbrewster@hey.com>
This commit is contained in:
		
							parent
							
								
									3548514d4a
								
							
						
					
					
						commit
						298c6876cc
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		| 
						 | 
					@ -31,7 +31,8 @@ pub enum Fetch {
 | 
				
			||||||
    URL(Url, Option<NixHash>),
 | 
					    URL(Url, Option<NixHash>),
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    /// Fetch a tarball from the given URL and unpack.
 | 
					    /// Fetch a tarball from the given URL and unpack.
 | 
				
			||||||
    /// The file must be a tape archive (.tar) compressed with gzip, bzip2 or xz.
 | 
					    /// The file must be a tape archive (.tar), optionally compressed with gzip,
 | 
				
			||||||
 | 
					    /// bzip2 or xz.
 | 
				
			||||||
    /// The top-level path component of the files in the tarball is removed,
 | 
					    /// The top-level path component of the files in the tarball is removed,
 | 
				
			||||||
    /// so it is best if the tarball contains a single directory at top level.
 | 
					    /// so it is best if the tarball contains a single directory at top level.
 | 
				
			||||||
    /// Optionally, a sha256 digest can be provided to verify the unpacked
 | 
					    /// Optionally, a sha256 digest can be provided to verify the unpacked
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue