1
0
mirror of https://github.com/ansible/awx.git synced 2024-10-27 00:55:06 +03:00

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:
Ryan Petrello 2020-05-21 11:52:31 -04:00
parent 7939f2d320
commit 0c6b7fdb59
No known key found for this signature in database
GPG Key ID: F2AA5F2122351777
2 changed files with 2 additions and 1 deletions

View File

@ -362,6 +362,7 @@ TEST_DIRS ?= awx/main/tests/unit awx/main/tests/functional awx/conf/tests awx/ss
# Run all API unit tests.
test:
cmp VERSION awxkit/VERSION || "`cat VERSION` != `cat awxkit/VERSION`; these version files *must* match"
@if [ "$(VENV_BASE)" ]; then \
. $(VENV_BASE)/awx/bin/activate; \
fi; \

View File

@ -1 +0,0 @@
../VERSION

1
awxkit/VERSION Normal file
View File

@ -0,0 +1 @@
11.2.0