mirror of
https://github.com/zulip/zulip.git
synced 2026-06-12 21:00:58 +08:00
Before this commit, provisioning was done by executing provision.py, which printed the log directly to stdout, making debugging harder. This commit creates a wrapper bash script 'provision' in tools, which calls 'zulip/scripts/tools/provision_vm.py' (the new location of provision.py) and prints all the output to 'zulip/var/log/zulip/zulip_provision.log' via 'tee'. Travis tests and docs have been modified accordingly. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| api_tests.py | ||
| css_parser.py | ||
| find_add_class.py | ||
| html_branches.py | ||
| html_grep.py | ||
| provision.py | ||
| template_parser.py | ||
| test_script.py | ||
| test_server.py | ||