zulip/tools/lib
Greg Price 13aa23eb40 provision: Run clean-unused-caches.
This prevents the caches in /srv from growing to fill up the disk --
e.g., on my laptop after 6 months of regular development the venv cache
was 12G and the NPM cache 5G, making them by far the largest disk hogs
on the machine.

It costs about 0.4s, apart from any time spent actually removing
things.  This is a little annoyingly slow to be adding to every
provision, and seems like it could be optimized, but I think already
worth it as is.
2017-11-18 15:04:08 -08:00
..
__init__.py Extract tools/lib/template_parser.py. 2016-08-01 16:27:50 -07:00
api_tests.py mypy: Fix future syntax errors and other minor mistakes. 2017-10-10 22:27:16 -07:00
capitalization.py capitalization: Allow enabled/disabled to be lower-case. 2017-11-15 17:39:09 -08:00
css_parser.py Simplify CSS linter and clean up CSS. 2017-11-13 12:43:43 -08:00
find_add_class.py tools: Remove print_function. 2017-09-29 15:44:56 -07:00
gitlint-rules.py lint: Check if the first word of a commit message is imperative. 2017-06-19 07:01:52 -04:00
graph.py Remove inheritance from object. 2017-11-06 08:53:48 -08:00
html_branches.py Remove inheritance from object. 2017-11-06 08:53:48 -08:00
html_grep.py Remove inheritance from object. 2017-11-06 08:53:48 -08:00
pretty_print.py tools/lib: Text-wrap long lines exceeding 110. 2017-11-10 16:24:09 -08:00
provision.py provision: Run clean-unused-caches. 2017-11-18 15:04:08 -08:00
sanity_check.py tools/lib: Text-wrap long lines exceeding 110. 2017-11-10 16:24:09 -08:00
template_parser.py Remove inheritance from object. 2017-11-06 08:53:48 -08:00
test_script.py provision_version: Move to under UUID_VAR_PATH. 2017-10-17 21:15:58 -07:00
test_server.py tools: Remove print_function. 2017-09-29 15:44:56 -07:00