mirror of
https://github.com/ansible/awx.git
synced 2026-05-09 18:37:36 -02:30
Yes, please download jenkins dependencies
This commit is contained in:
6
Makefile
6
Makefile
@@ -88,12 +88,12 @@ requirements_pypi:
|
|||||||
# (using locally downloaded packages).
|
# (using locally downloaded packages).
|
||||||
requirements_jenkins: requirements
|
requirements_jenkins: requirements
|
||||||
@if [ "$(VIRTUAL_ENV)" ]; then \
|
@if [ "$(VIRTUAL_ENV)" ]; then \
|
||||||
(cd requirements && pip install --no-index -r jenkins.txt); \
|
(cd requirements && pip install -r jenkins.txt); \
|
||||||
(cd requirements && pip install -U pycrypto); \
|
(cd requirements && pip install -U pycrypto); \
|
||||||
$(PYTHON) fix_virtualenv_setuptools.py; \
|
$(PYTHON) fix_virtualenv_setuptools.py; \
|
||||||
else \
|
else \
|
||||||
(cd requirements && sudo pip install --no-index -r jenkins.txt); \
|
(cd requirements && sudo pip install -r jenkins.txt); \
|
||||||
(cd requirements && sudo pip install --no-index -U pycrypto); \
|
(cd requirements && sudo pip install -U pycrypto); \
|
||||||
fi
|
fi
|
||||||
npm install -g csslint jshint
|
npm install -g csslint jshint
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user