anvil/tools/bootstrap/OracleLinuxServer
Joshua Harlow 5193dc0cf5 Add ubuntu venv building support
With the venv building in place we can actually
support ubuntu (for only building venvs and not for
building *.deb packages)

Run using something like:

$ ./smithy -a prepare -o conf/origins/kilo-venv-2015.1.0.yaml \
           -p conf/personas/in-a-box/venv-all.yaml -v

Change-Id: I5d9d36ee17ca7be34d65dc8ac8e21236b9c3fa37
2015-07-07 16:30:48 -07:00

9 lines
144 B
Bash

# -*- sh -*-
## Bootstrap OEL 6.3 <-> 7.0 for Openstack Anvil
SHORTNAME=OEL
MIN_RELEASE=6.3
MAX_RELEASE=7.0
source "$BSCONF_DIR/CommonRedHat"