zulip/scripts/lib
Tim Abbott f6ae57fa70 install-node: Correctly fix yarn installation.
Apparently, new versions of yarn use the HOME environment variable to
figure out where to access their configuration, and sudo apparently
doesn't clear that variable, so install-node was being run with HOME
set to something under /home/vagrant (e.g.).

Fix this by just setting that environment variable correctly.

This replaces 250a036ff8, which
misdiagnosed the issue.
2018-04-12 11:37:00 -07:00
..
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 clean-emoji-cache: Stop recalculating paths for other deployments. 2018-03-28 15:48:29 -07:00
clean-npm-cache clean-npm-cache: Use islink to check node_modules. 2018-03-29 10:57:41 -07:00
clean-unused-caches caches: Suppress unnecessary output when cleaning caches. 2017-09-25 16:34:03 -07:00
clean-venv-cache mypy: Remove unnecessary use of typing.Text. 2018-02-20 10:57:59 -08:00
create-production-venv requirements: Rename requirements files. 2017-11-21 02:38:26 +05:30
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 install: Install the wget package. 2018-03-29 16:03:44 -07:00
install-node install-node: Correctly fix yarn installation. 2018-04-12 11:37:00 -07:00
node_cache.py mypy: Set type parameters for IO to Any in scripts/lib/node_cache.py. 2017-11-04 19:47:44 -07:00
process-mobile-i18n i18n: Run process-mobile-i18n when syncing translations. 2018-03-02 08:59:00 -08: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-apt-repo setup-apt-repo: Fix use of shasum alias for sha1sum. 2018-03-27 09:47:14 -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 deps: Replace libz-dev with zlib1g-dev since the former was renamed. 2018-02-12 14:40:26 -08: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 reminder_bot: Add infra for adding reminder bot to every realm. 2018-01-19 11:33:11 -05:00
zulip_tools.py emoji: Switch to 64px 256 color indexed sprite sheets. 2018-03-14 10:28:45 -07:00