mirror of
https://github.com/ansible/awx.git
synced 2026-01-09 23:12:08 -03:30
Handle jenkins requirements properly
This commit is contained in:
parent
f9c8e400b1
commit
d12dddebde
8
Makefile
8
Makefile
@ -96,14 +96,10 @@ requirements_jenkins:
|
||||
fi
|
||||
$(MAKE) requirements
|
||||
@if [ "$(VIRTUAL_ENV)" ]; then \
|
||||
(cd requirements && pip install -r jenkins.txt); \
|
||||
(cd requirements && pip install -U pyflakes pep8 pylint); \
|
||||
(cd requirements && pip install -U pycrypto); \
|
||||
(cd requirements && pip install -U -r jenkins.txt); \
|
||||
$(PYTHON) fix_virtualenv_setuptools.py; \
|
||||
else \
|
||||
(cd requirements && sudo pip install -r jenkins.txt); \
|
||||
(cd requirements && sudo pip install -U pyflakes pep8 pylint); \
|
||||
(cd requirements && sudo pip install -U pycrypto); \
|
||||
(cd requirements && sudo pip install -U -r jenkins.txt); \
|
||||
fi
|
||||
npm install -g csslint jshint
|
||||
|
||||
|
||||
@ -29,7 +29,7 @@ Django>=1.6.7,<1.7
|
||||
django-debug-toolbar
|
||||
django-devserver>0.7
|
||||
unittest2
|
||||
django-jenkins<0.15
|
||||
django-jenkins
|
||||
ipython
|
||||
|
||||
# You may also need to install the following extra packages using the OS
|
||||
|
||||
@ -84,11 +84,13 @@ logilab-common-0.61.0.tar.gz
|
||||
astroid-1.0.1.tar.gz
|
||||
# Needed by django-jenkins:
|
||||
coverage-3.7.1.tar.gz
|
||||
pylint-1.1.0.tar.gz
|
||||
pylint-1.3.1.zip
|
||||
pep8-1.5.7.tar.gz
|
||||
pyflakes-0.8.1.tar.gz
|
||||
# Remaining dev-only packages:
|
||||
django-debug-toolbar-1.1.tar.gz
|
||||
django-devserver-0.8.0.tar.gz
|
||||
django-jenkins-0.14.1.tar.gz
|
||||
django-jenkins-0.16.3.tar.gz
|
||||
ipython-1.2.1.tar.gz
|
||||
|
||||
# You may also need to install the following extra packages using the OS
|
||||
|
||||
BIN
requirements/django-jenkins-0.16.3.tar.gz
Normal file
BIN
requirements/django-jenkins-0.16.3.tar.gz
Normal file
Binary file not shown.
@ -1,12 +1,8 @@
|
||||
# PIP requirements for running Tower unittests in jenkins.
|
||||
# Install using "pip --no-index -r jenkins.txt".
|
||||
|
||||
django-jenkins
|
||||
ansible
|
||||
coverage
|
||||
pyzmq
|
||||
python-memcached
|
||||
pyflakes
|
||||
pep8
|
||||
pylint
|
||||
python-ldap
|
||||
pycrypto
|
||||
|
||||
BIN
requirements/pep8-1.5.7.tar.gz
Normal file
BIN
requirements/pep8-1.5.7.tar.gz
Normal file
Binary file not shown.
BIN
requirements/pyflakes-0.8.1.tar.gz
Normal file
BIN
requirements/pyflakes-0.8.1.tar.gz
Normal file
Binary file not shown.
BIN
requirements/pylint-1.3.1.zip
Normal file
BIN
requirements/pylint-1.3.1.zip
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user