zulip/scripts
Tim Abbott 600b164130 setup-apt-repo: Fix failure to rerun properly on provision failure.
Apparently, the refactoring to make this script only run when changes
are present was buggy, in that if `apt-get update` failed, running
provision against wouldn't rerun `apt-get update`, resulting in a
broken state that requires expertise to fix.  This closes that gap, by
using a stamp file to ensure we always successfully update apt before
proceeding.

It doesn't fix existing installations.
2017-09-12 07:08:54 -07:00
..
lib setup-apt-repo: Fix failure to rerun properly on provision failure. 2017-09-12 07:08:54 -07:00
nagios py3: Switch almost all shebang lines to use `python3`. 2017-08-16 17:54:43 -07:00
setup mypy: Remove type: ignores not needed in Python 3. 2017-08-25 11:04:20 -07:00
README.md docs: Add README.md files for scripts/ and tools/. 2017-01-17 11:01:27 -08:00
__init__.py Factor out venv-creating code from provision.py. 2016-06-21 11:25:41 -07:00
clean-unused-caches caches: Move cache cleaning helper tools under scripts/lib. 2017-08-27 17:59:49 -07:00
get-django-setting py3: Switch almost all shebang lines to use `python3`. 2017-08-16 17:54:43 -07:00
purge-old-deployments py3: Switch almost all shebang lines to use `python3`. 2017-08-16 17:54:43 -07: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

README.md

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.