Drop tree from development dependencies

It's sort of an awkward dependency, it's not installed by default
on any distro and it's not very useful now that we have unit tests
that double check we're generating reports properly.

Change-Id: Ifd69d92ce791ac465dc16576117021025107a9ce
This commit is contained in:
David Moreau-Simard 2017-02-19 10:11:02 -05:00 committed by David Moreau Simard
parent e8abb6895b
commit d8a704f5e5
3 changed files with 3 additions and 4 deletions

View File

@ -2,7 +2,6 @@
# see http://docs.openstack.org/infra/bindep/ for additional information.
gcc
tree
libffi-devel [platform:rpm]
openssl-devel [platform:rpm]
python-devel [platform:rpm]

View File

@ -20,7 +20,7 @@ Development or integration testing dependencies
::
yum -y install python-setuptools tree libselinux-python libxml2-devel libxslt-devel
yum -y install python-setuptools libselinux-python libxml2-devel libxslt-devel
easy_install pip
pip install tox
@ -39,7 +39,7 @@ Development or integration testing dependencies
::
apt-get -y install python-pip tree libxml2-dev libxslt1-dev
apt-get -y install python-pip libxml2-dev libxslt1-dev
pip install tox
Installing ARA from trunk source

View File

@ -107,7 +107,7 @@ ara stats show $(ara stats list -c ID -f value |head -n1)
ara task show $(ara task list -a -c ID -f value |head -n1)
ara file list -b $pbid
ara file show $(ara file list -b $pbid -c ID -f value|head -n1)
ara generate html ${LOGDIR}/build && tree ${LOGDIR}/build
ara generate html ${LOGDIR}/build
ara generate html ${LOGDIR}/build-playbook --playbook $pbid
ara generate junit ${LOGDIR}/junit.xml
ara generate junit ${LOGDIR}/junit-playbook.xml --playbook $pbid