zulip/tools/lib
Riken Shah efbde2ad01 provision: Use the clean_unused_caches.main function.
We currently have created a copy of the
`clean_unused_caches.main` function in
`provision_inner.py` to clean the unused caches. But as
we have now converted the script into a python file we
can directly call that function.

This commit replaces that function (introduced in adc0ed4206) with
`clean_unused_caches.main`.
2021-06-12 07:28:16 -07:00
..
__init__.py Extract tools/lib/template_parser.py. 2016-08-01 16:27:50 -07:00
capitalization.py docs: Fix capitalization mistakes. 2021-05-10 09:57:26 -07:00
git-tools.bash tools: Give require_clean_work_tree our nice UI touches. 2020-04-06 17:52:10 -07:00
gitlint-rules.py gitlint-rules: Remove convoluted binary search for imperative forms. 2021-03-22 18:08:01 -07:00
html_branches.py python: Normalize quotes with Black. 2021-02-12 13:11:19 -08:00
pretty_print.py docs: Fix capitalization mistakes. 2021-05-10 09:57:26 -07:00
provision_inner.py provision: Use the clean_unused_caches.main function. 2021-06-12 07:28:16 -07:00
provision.py provision: Add support for aarch64 ubuntu/debian. 2021-05-27 16:01:42 -07:00
sanity_check.py sanity_check: Improve output for manual installation. 2021-04-01 10:54:56 -07:00
template_parser.py docs: Fix capitalization mistakes. 2021-05-10 09:57:26 -07:00
test_script.py puppeteer_test: Add support to run tests with Firefox. 2021-03-12 12:14:37 -08:00
test_server.py python: Simplify stdio flushing using print(…, flush=True). 2021-06-09 14:05:31 -07:00