zulip/scripts/lib
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
..
third deps: Change npm to yarn for reliablity, security, and speed. 2017-08-05 12:29:06 -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
check-upstart install: Add clear error message if upstart is installed on Xenial. 2016-11-29 19:16:26 -08:00
clean-emoji-cache caches: Move cache cleaning helper tools under scripts/lib. 2017-08-27 17:59:49 -07:00
clean-npm-cache caches: Move cache cleaning helper tools under scripts/lib. 2017-08-27 17:59:49 -07:00
clean-venv-cache caches: Move cache cleaning helper tools under scripts/lib. 2017-08-27 17:59:49 -07:00
create-production-venv requirements: Lock prod.txt instead of its py3_common dependency. 2017-08-22 10:10:57 -07:00
email-mirror-postfix py3: Switch almost all shebang lines to use `python3`. 2017-08-16 17:54:43 -07:00
hash_reqs.py py3: Switch almost all shebang lines to use `python3`. 2017-08-16 17:54:43 -07:00
install install: Move upstart checks a bit earlier. 2017-08-23 14:55:01 -07:00
install-node deps: Change npm to yarn for reliablity, security, and speed. 2017-08-05 12:29:06 -07:00
node_cache.py node_cache.py: Modify `generate_sha1sum_node_modules()`. 2017-08-27 17:51:24 -07:00
pythonrc.py pep8: Add compliance with rule E261 scripts/lib/pythonrc.py. 2017-05-31 17:07:15 -07:00
queue_workers.py py3: Switch almost all shebang lines to use `python3`. 2017-08-16 17:54:43 -07:00
setup-apt-repo setup-apt-repo: Fix failure to rerun properly on provision failure. 2017-09-12 07:08:54 -07:00
setup_path_on_import.py setup_path_on_import: Drop Python 2 support. 2017-08-23 19:21:50 -07:00
setup_venv.py provision: Install Python 3 versions of system dependencies. 2017-08-09 14:05:52 -07:00
unpack-zulip py3: Switch almost all shebang lines to use `python3`. 2017-08-16 17:54:43 -07:00
upgrade-zulip py3: Switch almost all shebang lines to use `python3`. 2017-08-16 17:54:43 -07:00
upgrade-zulip-stage-2 py3: Switch almost all shebang lines to use `python3`. 2017-08-16 17:54:43 -07:00
zulip_tools.py get_recent_deployments: Skip uwsgi socket and friends. 2017-08-27 18:18:53 -07:00