mirror of
				https://github.com/f-droid/fdroidserver.git
				synced 2025-11-04 06:30:27 +03:00 
			
		
		
		
	Merge branch 'log_vcs_exception' into 'master'
Create log file for VCSException See merge request fdroid/fdroidserver!895
This commit is contained in:
		
						commit
						38c18d42f8
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -1181,6 +1181,7 @@ def main():
 | 
			
		|||
                    common.force_exit(1)
 | 
			
		||||
                add_failed_builds_entry(failed_builds, appid, build, vcse)
 | 
			
		||||
                wikilog = str(vcse)
 | 
			
		||||
                common.deploy_build_log_with_rsync(appid, build.versionCode, str(vcse))
 | 
			
		||||
            except FDroidException as e:
 | 
			
		||||
                with open(os.path.join(log_dir, appid + '.log'), 'a+') as f:
 | 
			
		||||
                    f.write('\n\n============================================================\n')
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue