keystone/tools/with_venv.sh
James E. Blair ff30def889 Rename .keystone-venv to .venv.
This simplifies a number of Jenkins jobs which currently, other
than directory names, could be the same for all OpenStack
projects.  By renaming the virtualenv directory, the redundant
Jenkins virtualenv build and copy jobs can be eliminated.

Change-Id: Ia831674b6e9c9d2be25b54e26c92009778d97a22
2011-12-05 13:13:31 -08:00

5 lines
84 B
Bash
Executable File

#!/bin/bash
TOOLS=`dirname $0`
VENV=$TOOLS/../.venv
source $VENV/bin/activate && $@