Files
zulip/tools
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
..
2021-05-10 09:57:26 -07:00
2021-02-12 13:11:19 -08:00
2021-05-10 09:57:26 -07:00
2021-02-12 13:11:19 -08:00
2021-05-06 20:07:32 -07:00
2021-06-10 17:26:55 -07:00
2021-03-24 12:12:04 -07:00

This directory contains scripts that are used in building, managing, testing, and other forms of work in a Zulip development environment. Note that tools that are also useful in production belong in scripts/ or should be Django management commands.

For more details, see https://zulip.readthedocs.io/en/latest/overview/directory-structure.html.