]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
python: avoid long paths 8250/head
authorLoic Dachary <ldachary@redhat.com>
Mon, 21 Mar 2016 21:54:41 +0000 (22:54 +0100)
committerLoic Dachary <ldachary@redhat.com>
Tue, 22 Mar 2016 19:37:23 +0000 (20:37 +0100)
commit93c790d72a004d47155a645dc759422cc85cc5c4
treed638080f9df3319016e866dcbae91f4db197c65c
parent294b7b7b1475080cf776b5b3202423cf1c76cd46
python: avoid long paths

As a temporary measure because it overflows when jenkins tries to build
in a deep path. Run make with:

make CEPH_BUILD_VIRTUALENV=/tmp

and it will use these directories instead of the default.

Signed-off-by: Loic Dachary <loic@dachary.org>
src/Makefile-env.am
src/ceph-detect-init/Makefile.am
src/ceph-detect-init/run-tox.sh
src/ceph-disk/Makefile.am
src/ceph-disk/run-tox.sh
src/tools/setup-virtualenv.sh