diff options
author | Jessica Mack <jmack@redhat.com> | 2023-01-17 18:00:21 +0100 |
---|---|---|
committer | Hao Liu <haoli@redhat.com> | 2023-03-30 04:04:43 +0200 |
commit | d8e591cd6946a0b34b015497d2605e04dd9bd846 (patch) | |
tree | 0c2134c670bbae9ed6e2d13c73919155cd553e48 /Makefile | |
parent | update permission to launch_awx_rsyslog.sh permission to +x (#13399) (diff) | |
download | awx-d8e591cd6946a0b34b015497d2605e04dd9bd846.tar.xz awx-d8e591cd6946a0b34b015497d2605e04dd9bd846.zip |
added cache-clear service. update dispatcher queues
Signed-off-by: Jessica Mack <jmack@redhat.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -70,6 +70,12 @@ I18N_FLAG_FILE = .i18n_built VERSION PYTHON_VERSION docker-compose-sources \ .git/hooks/pre-commit github_ci_setup github_ci_runner +cache-clear: + @if [ "$(VENV_BASE)" ]; then \ + . $(VENV_BASE)/awx/bin/activate; \ + fi; \ + $(PYTHON) manage.py run_cache_clear + clean-tmp: rm -rf tmp/ |