adjust branches for kilo

This opens up liberty development by adjusting the branches for kilo,
will not pass until devstack is branched.

Change-Id: I1c2ad1bf192bf1c7191aace1d2f5c89aa077f39a
This commit is contained in:
Sean Dague 2015-04-20 14:43:50 -04:00
parent 67834d825a
commit df2c32b44a
1 changed files with 2 additions and 2 deletions

View File

@ -19,10 +19,10 @@ STACK_ROOT=${STACK_ROOT:-/opt/stack}
DATA_DIR=${STACK_ROOT}/data
# Release info
BASE_RELEASE=${BASE_RELEASE:-juno}
BASE_RELEASE=${BASE_RELEASE:-kilo}
BASE_RELEASE_DIR=${STACK_ROOT}/$BASE_RELEASE
TARGET_RELEASE=${TARGET_RELEASE:-kilo}
TARGET_RELEASE=${TARGET_RELEASE:-liberty}
TARGET_RELEASE_DIR=${STACK_ROOT}/$TARGET_RELEASE
# DevStack sources