zulip/scripts/lib
Tim Abbott 3cc93fd721 setup_venv: Fix missing libssl-dev dependency.
We were already correctly including libssl-dev in Zulip's dependencies
in development environment provisioning, but (at least now) it's
needed to build certain Python packages like pycurl when building a
Zulip virtualenv in production.  I haven't investigated why we didn't
need this on Ubuntu, but one possible reason would be that some other
library in our dependencies list happens to depend on it on Ubuntu.

We fix this by moving the dependency over to the shared
VENV_DEPENDENCIES list.

Fixes part of #9946.
2018-07-13 18:00:38 +05:30
..
third install-yarn: Fix buggy status check for the signature. 2018-04-09 15:09:37 -07:00
__init__.py Factor out venv-creating code from provision.py. 2016-06-21 11:25:41 -07:00
cd_exec scripts: Add cd_exec library helper. 2017-07-21 17:28:20 -07:00
certbot-maybe-renew certbot: Use --deploy-hook to get the cert actually served. 2017-11-15 21:50:41 -08:00
check-upstart install: Add clear error message if upstart is installed on Xenial. 2016-11-29 19:16:26 -08:00
clean_emoji_cache.py clean-unused-caches: Optimize performance. 2018-06-18 07:31:33 -07:00
clean_node_cache.py clean-unused-caches: Optimize performance. 2018-06-18 07:31:33 -07:00
clean_venv_cache.py clean-unused-caches: Optimize performance. 2018-06-18 07:31:33 -07:00
clean-unused-caches clean-unused-caches: Optimize performance. 2018-06-18 07:31:33 -07:00
create-production-venv setup_venv: Clean up VENV_DEPENDENCIES using parsed lsb_release. 2018-05-29 10:57:36 -07:00
create-thumbor-venv create-thumbor-venv: Specify python 2.7 use for production thumbor venv. 2018-02-21 01:00:40 +05:30
create-zulip-admin Add script to create admin from CLI. 2017-09-27 20:15:41 -07:00
docker-functions.sh install: Rename generate-self-signed-cert. 2018-01-23 18:08:52 -08:00
email-mirror-postfix email-mirror-postfix: Replace optparse with argparse. 2017-11-21 21:34:38 -08:00
hash_reqs.py scripts: Remove import print_function. 2017-09-29 15:43:30 -07:00
install thumbor: Add production installer/puppet support. 2018-07-12 20:37:34 +05:30
install-node install-node: Upgrade to yarn 1.7.0. 2018-06-05 08:52:55 -07:00
node_cache.py scripts: Change use of typing.Text to str. 2018-05-10 14:19:49 -07:00
process-mobile-i18n Enable pycodestyle W605 (invalid escape sequence). 2018-07-03 16:54:46 +02:00
pythonrc.py scripts: Remove import print_function. 2017-09-29 15:43:30 -07:00
queue_workers.py scripts: Remove import print_function. 2017-09-29 15:43:30 -07:00
setup_path_on_import.py linter: Add lint rule banning 'import os.path' 2017-09-22 10:32:21 -07:00
setup_venv.py setup_venv: Fix missing libssl-dev dependency. 2018-07-13 18:00:38 +05:30
setup-apt-repo scripts: Remove obsolete zesty configuration. 2018-05-05 11:41:57 -07:00
unpack-zulip scripts: Remove import print_function. 2017-09-29 15:43:30 -07:00
upgrade-zulip refactor: Replace mkdir_p functions with Python 3 builtin. 2017-10-25 11:06:11 -07:00
upgrade-zulip-stage-2 thumbor: Add production installer/puppet support. 2018-07-12 20:37:34 +05:30
zulip_tools.py zulip_tools: Fix accessing LSB data on Debian stretch. 2018-07-13 18:00:38 +05:30