add packaging setup with stdeb for debian and apt
vendor the base32_crockford lib add build script for debain packages
This commit is contained in:
		
							parent
							
								
									f05ae7043f
								
							
						
					
					
						commit
						83693a5c03
					
				
					 13 changed files with 263 additions and 19 deletions
				
			
		
							
								
								
									
										14
									
								
								.gitignore
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										14
									
								
								.gitignore
									
										
									
									
										vendored
									
									
								
							| 
						 | 
				
			
			@ -4,13 +4,21 @@
 | 
			
		|||
__pycache__/
 | 
			
		||||
.mypy_cache/
 | 
			
		||||
 | 
			
		||||
# Python and Node dependencies
 | 
			
		||||
venv/
 | 
			
		||||
.venv/
 | 
			
		||||
.docker-venv/
 | 
			
		||||
 | 
			
		||||
build/
 | 
			
		||||
dist/
 | 
			
		||||
node_modules/
 | 
			
		||||
 | 
			
		||||
# Packaging artifacts
 | 
			
		||||
archivebox-*.tar.gz
 | 
			
		||||
build/
 | 
			
		||||
deb_dist/
 | 
			
		||||
dist/
 | 
			
		||||
 | 
			
		||||
# Data folders
 | 
			
		||||
data/
 | 
			
		||||
data1/
 | 
			
		||||
data2/
 | 
			
		||||
data3/
 | 
			
		||||
output/
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue