mirror of
				https://github.com/kovidgoyal/calibre.git
				synced 2025-11-03 19:17:02 -05:00 
			
		
		
		
	...
This commit is contained in:
		
							parent
							
								
									d3886b3910
								
							
						
					
					
						commit
						a1d9c31e44
					
				@ -11,7 +11,7 @@ import subprocess, tempfile, os, time
 | 
			
		||||
from setup import Command, installer_name
 | 
			
		||||
from setup.build_environment import HOST, PROJECT
 | 
			
		||||
 | 
			
		||||
BASE_RSYNC = ['rsync', '-e', 'ssh -x', '-avz', '--delete']
 | 
			
		||||
BASE_RSYNC = ['rsync', '-avz', '--delete']
 | 
			
		||||
EXCLUDES = []
 | 
			
		||||
for x in [
 | 
			
		||||
    'src/calibre/plugins', 'src/calibre/manual', 'src/calibre/trac',
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user