zulip/tools/lib
Robert Hönig 789ae8648a Add wrapper and log file output for provisioning.
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.
2017-01-17 14:23:28 -08:00
..
__init__.py Extract tools/lib/template_parser.py. 2016-08-01 16:27:50 -07:00
api_tests.py Add test driver for the API. 2017-01-16 21:12:39 -08:00
css_parser.py pep8: Fix E203 violations 2016-12-01 20:37:57 -08:00
find_add_class.py redesign: Convert subscriptions page to overlay. 2016-12-09 11:08:08 -08:00
html_branches.py Lint for duplicate ids in templates. 2017-01-13 17:00:22 -08:00
html_grep.py Remove extra new lines at the ends of Zulip authoried files. 2016-09-26 21:05:24 -07:00
provision.py Add wrapper and log file output for provisioning. 2017-01-17 14:23:28 -08:00
template_parser.py pep8: Fix E128 violations. 2016-12-13 10:50:14 -08:00
test_script.py Add wrapper and log file output for provisioning. 2017-01-17 14:23:28 -08:00
test_server.py Extract tools/lib/test_server.py 2017-01-16 21:12:39 -08:00