From: Alfredo Deza Date: Wed, 24 Feb 2016 12:21:27 +0000 (-0500) Subject: use VENV to reference installed utils X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=1fed5f3d7a3c6036699287cf8887d7e29d6439c5;p=ceph-build.git use VENV to reference installed utils Signed-off-by: Alfredo Deza --- diff --git a/ceph-installer-docs-pull-requests/build/build b/ceph-installer-docs-pull-requests/build/build index 8ac1799c..818e14a9 100644 --- a/ceph-installer-docs-pull-requests/build/build +++ b/ceph-installer-docs-pull-requests/build/build @@ -5,4 +5,4 @@ pkgs=( "tox" ) install_python_packages "pkgs[@]" # create the docs build with tox -tox -rv -e docs +$VENV/tox -rv -e docs diff --git a/ceph-installer-docs/build/build b/ceph-installer-docs/build/build index 55e3d7fb..7d60b07c 100644 --- a/ceph-installer-docs/build/build +++ b/ceph-installer-docs/build/build @@ -6,7 +6,7 @@ install_python_packages "pkgs[@]" # create the docs build with tox -tox -rv -e docs +$VENV/tox -rv -e docs # publish docs to http://docs.ceph.com/docs/ceph-installer rsync -auv --delete .tox/docs/tmp/html/* /var/ceph-installer/docs/