zulip/scripts
Tim Abbott b70986469c generate_secrets: Fix handling of missing trailing newlines.
When we added support for automatically adding new secrets in
generate_secrets.py, we failed to account for the possibility that a
human editor might have let the secrets file without a trailing
newline.

We address this by adding a leading newline before our new secret.

Fixes #5209.
2017-06-03 23:17:04 -07:00
..
lib upgrade-zulip-stage-2: Remove an unused import. 2017-06-02 15:14:13 -07:00
nagios pep8: Add compliance with rule E261 nagios/check-rabbitmq-consumers. 2017-05-31 17:07:15 -07:00
setup generate_secrets: Fix handling of missing trailing newlines. 2017-06-03 23:17:04 -07:00
__init__.py
get-django-setting
purge-old-deployments
README.md
restart-server
upgrade-zulip
upgrade-zulip-from-git
zulip-puppet-apply

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.