mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-04 05:53:43 +00:00 
			
		
		
		
	0f4b1076adremoved Ubuntu 16.04 "xenial" and Debian 9 "stretch" from the printed list of supported operating systems, but left them in the verification check that controls if that message is printed, effectively continuing to support them. Conversely,439f0d3004added Ubuntu 20.04 "focal" to the check, but not to the printed list. Synchronize to check and print the right supported distributions: Ubuntu 18.04 "bionic", Ubuntu 20.04 "focal", and Debian 10 "buster".
This directory contains scripts that:
- 
Generally do not require access to Django or the database (those are "management commands"), and thus are suitable to run operationally.
 - 
Are useful for managing a production deployment of Zulip (many are also used in a Zulip development environment, though development-only scripts live in
tools/). 
For more details, see https://zulip.readthedocs.io/en/latest/overview/directory-structure.html.