mirror of
				https://github.com/f-droid/fdroidserver.git
				synced 2025-11-04 06:30:27 +03:00 
			
		
		
		
	Deprecate bzr, hg and git-svn support (attack surface)
This commit is contained in:
		
							parent
							
								
									ac90d11906
								
							
						
					
					
						commit
						cfc848771d
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -1355,6 +1355,7 @@ def getvcs(vcstype, remote, local):
 | 
			
		|||
    """
 | 
			
		||||
    if vcstype == 'git':
 | 
			
		||||
        return vcs_git(remote, local)
 | 
			
		||||
    logging.warning(_("RepoType {type} is deprecated, please switch to git.").format(type=vcstype))
 | 
			
		||||
    if vcstype == 'git-svn':
 | 
			
		||||
        return vcs_gitsvn(remote, local)
 | 
			
		||||
    if vcstype == 'hg':
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue