mirror of
https://github.com/ansible/awx.git
synced 2026-02-03 18:48:12 -03:30
added cache-clear service. update dispatcher queues
Signed-off-by: Jessica Mack <jmack@redhat.com>
This commit is contained in:
6
Makefile
6
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/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user