mirror of
https://github.com/ansible/awx.git
synced 2026-05-12 03:47:36 -02:30
don't use symlinks for awxkit VERSION
as much as I'd like this to just work, certain versions of pip just don't support it -_- see: https://github.com/ansible/awx/issues/7107 see: https://github.com/pypa/pip/issues/7555 so unfortunately, we just have to track these as two distinct files and just keep them in sync
This commit is contained in:
1
Makefile
1
Makefile
@@ -362,6 +362,7 @@ TEST_DIRS ?= awx/main/tests/unit awx/main/tests/functional awx/conf/tests awx/ss
|
|||||||
|
|
||||||
# Run all API unit tests.
|
# Run all API unit tests.
|
||||||
test:
|
test:
|
||||||
|
cmp VERSION awxkit/VERSION || "`cat VERSION` != `cat awxkit/VERSION`; these version files *must* match"
|
||||||
@if [ "$(VENV_BASE)" ]; then \
|
@if [ "$(VENV_BASE)" ]; then \
|
||||||
. $(VENV_BASE)/awx/bin/activate; \
|
. $(VENV_BASE)/awx/bin/activate; \
|
||||||
fi; \
|
fi; \
|
||||||
|
|||||||
@@ -1 +0,0 @@
|
|||||||
../VERSION
|
|
||||||
1
awxkit/VERSION
Normal file
1
awxkit/VERSION
Normal file
@@ -0,0 +1 @@
|
|||||||
|
11.2.0
|
||||||
Reference in New Issue
Block a user