From df2c32b44adb6cca28fe8b9b7e1bdbf8c2116aff Mon Sep 17 00:00:00 2001 From: Sean Dague Date: Mon, 20 Apr 2015 14:43:50 -0400 Subject: [PATCH] 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 --- grenaderc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/grenaderc b/grenaderc index 1127bd0d..6893a062 100644 --- a/grenaderc +++ b/grenaderc @@ -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