mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-02-24 16:49:56 -05:00
python packages are not installing in the virtualenvs in /opt? ansible wtf?
This commit is contained in:
parent
18142703ec
commit
96394618f4
@ -13,9 +13,9 @@ before_install:
|
|||||||
- sudo apt-get -qq update
|
- sudo apt-get -qq update
|
||||||
- sudo apt-get install -y ansible
|
- sudo apt-get install -y ansible
|
||||||
install:
|
install:
|
||||||
- ansible-playbook --extra-vars="brozzler_pip_name=file://$TRAVIS_BUILD_DIR#egg=brozzler user=travis" --inventory-file=ansible/hosts-localhost ansible/playbook.yml
|
- ansible-playbook -vvv --extra-vars="brozzler_pip_name=file://$TRAVIS_BUILD_DIR#egg=brozzler user=travis" --inventory-file=ansible/hosts-localhost ansible/playbook.yml
|
||||||
- pip install $TRAVIS_BUILD_DIR pytest
|
- pip install $TRAVIS_BUILD_DIR pytest
|
||||||
- ls -l /opt /opt/*/bin
|
- ls -l /opt /opt/*/bin /opt/*/lib/python3.4/site-packages
|
||||||
- cat /etc/init/warcprox.conf
|
- cat /etc/init/warcprox.conf
|
||||||
- cat /etc/init/brozzler-worker.conf
|
- cat /etc/init/brozzler-worker.conf
|
||||||
- cat /etc/init/pywb.conf
|
- cat /etc/init/pywb.conf
|
||||||
|
Loading…
x
Reference in New Issue
Block a user