mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-04 14:03:30 +00:00 
			
		
		
		
	upgrade-zulip-stage-2: Add Ubuntu 20.04, Debian 11 to UNSUPPORTED_DISTROS.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
		
				
					committed by
					
						
						Tim Abbott
					
				
			
			
				
	
			
			
			
						parent
						
							d8ebb2db95
						
					
				
				
					commit
					0bae651e23
				
			@@ -64,8 +64,10 @@ UNSUPPORTED_DISTROS = [
 | 
			
		||||
    ("ubuntu", "14.04"),
 | 
			
		||||
    ("ubuntu", "16.04"),
 | 
			
		||||
    ("ubuntu", "18.04"),
 | 
			
		||||
    ("ubuntu", "20.04"),
 | 
			
		||||
    ("debian", "9"),
 | 
			
		||||
    ("debian", "10"),
 | 
			
		||||
    ("debian", "11"),
 | 
			
		||||
]
 | 
			
		||||
distro_info = parse_os_release()
 | 
			
		||||
vendor = distro_info["ID"]
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user