summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJessica Mack <jmack@redhat.com>2023-01-17 18:00:21 +0100
committerHao Liu <haoli@redhat.com>2023-03-30 04:04:43 +0200
commitd8e591cd6946a0b34b015497d2605e04dd9bd846 (patch)
tree0c2134c670bbae9ed6e2d13c73919155cd553e48 /Makefile
parentupdate permission to launch_awx_rsyslog.sh permission to +x (#13399) (diff)
downloadawx-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--Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 5165ad577b..addcca9243 100644
--- a/Makefile
+++ b/Makefile
@@ -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/