From 2efd8ba8e234923a57b3220398873202dc11835d Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Sun, 21 Jul 2013 20:42:14 -0700 Subject: Install jeepyb and requirements from REPODIR integration.sh already expects there to be a pbr source dir in $REPODIR/pbr. If we pull jeepyb and requirements from the same place, then we can gate them as wel as pbr. Change-Id: Ie0eb513c2deade957d480a25dfba2c5486d14876 --- tools/integration.sh | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/tools/integration.sh b/tools/integration.sh index 8156f72..3b5e2a2 100644 --- a/tools/integration.sh +++ b/tools/integration.sh @@ -48,8 +48,11 @@ cat < ~/.pip/pip.conf log = $HOME/pip.log EOF +jeepybsourcedir=$tmpdir/jeepybsourcedir +git clone $REPODIR/jeepyb $jeepybsourcedir + mkvenv $jeepybvenv setuptools pip -$jeepybvenv/bin/pip install -U git+https://review.openstack.org/p/openstack-infra/jeepyb.git +$jeepybvenv/bin/pip install -e $jeepybsourcedir cat < $tmpdir/mirror.yaml cache-root: $tmpdownload @@ -57,7 +60,7 @@ cache-root: $tmpdownload mirrors: - name: openstack projects: - - https://github.com/openstack/requirements + - file://$REPODIR/requirements output: $pypidir EOF -- cgit v1.2.1