mirror of
				https://github.com/f-droid/fdroidserver.git
				synced 2025-11-04 06:30:27 +03:00 
			
		
		
		
	makebuildserver: print message before rsyncing caches
This process can take a very long time if the caches are large, so at least print something about what it is doing.
This commit is contained in:
		
							parent
							
								
									5695993521
								
							
						
					
					
						commit
						fc368dc291
					
				
					 1 changed files with 2 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -569,6 +569,8 @@ def main():
 | 
			
		|||
 | 
			
		||||
        for d in ('.m2', '.gradle/caches', '.gradle/wrapper', '.pip_download_cache'):
 | 
			
		||||
            fullpath = os.path.join(os.getenv('HOME'), d)
 | 
			
		||||
            os.system('date')
 | 
			
		||||
            print('rsyncing', fullpath, 'into VM')
 | 
			
		||||
            if os.path.isdir(fullpath):
 | 
			
		||||
                ssh_command = ' '.join(('ssh -i {0} -p {1}'.format(key, port),
 | 
			
		||||
                                        '-o StrictHostKeyChecking=no',
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue