Files
f7e5328e136f825343a4988411a1b14a2d2adb98
nova /tools /with_venv.sh
James E. Blair 5235106e95 Rename .nova-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: Ieaf1dac3207ecb34b911c7edcd2086809abdf49e
2011年12月08日 15:17:51 -08:00

5 lines
84 B
Bash
Executable File

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