zulip/scripts
Harshit Bansal a6caf30ca7 scripts: Fix an issue in get_recent_deployments() due to relative paths.
We were checking for whether an item in the deployments directory
represents a directory but were using its relative path which was
causing a false value to be returned for all items irrespective of
their being a directory or not if the script was invoked from some
where other than the deployments directory.
2017-09-25 11:51:24 -07:00
..
lib scripts: Fix an issue in get_recent_deployments() due to relative paths. 2017-09-25 11:51:24 -07:00
nagios py3: Switch almost all shebang lines to use python3. 2017-08-16 17:54:43 -07:00
setup python: Add lint rule banning 'from os.path import'. 2017-09-22 04:55:38 -07:00
__init__.py Factor out venv-creating code from provision.py. 2016-06-21 11:25:41 -07:00
clean-unused-caches scripts: Use parse_cache_script_args() in various cache cleaning scripts. 2017-09-24 04:37:31 -07:00
get-django-setting python: Add lint rule banning 'from os.path import'. 2017-09-22 04:55:38 -07:00
purge-old-deployments purge_old_deployments: Fix running from any path. 2017-09-24 04:42:14 -07:00
README.md docs: Add README.md files for scripts/ and tools/. 2017-01-17 11:01:27 -08:00
restart-server py3: Switch almost all shebang lines to use python3. 2017-08-16 17:54:43 -07:00
upgrade-zulip Improve shell quoting hygiene 2015-09-25 23:25:08 -04:00
upgrade-zulip-from-git py3: Switch almost all shebang lines to use python3. 2017-08-16 17:54:43 -07:00
zulip-puppet-apply zulip-puppet-apply: Fix flushing of stdout for Python 3. 2017-08-27 18:36:39 -07:00

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 http://zulip.readthedocs.io/en/latest/directory-structure.html.