diff options
Diffstat (limited to 'build/variables.sh')
-rw-r--r-- | build/variables.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/build/variables.sh b/build/variables.sh index 0c938775..c9ce80f6 100644 --- a/build/variables.sh +++ b/build/variables.sh @@ -8,6 +8,11 @@ # http://www.apache.org/licenses/LICENSE-2.0 ############################################################################## +BUILD_ROOT=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd) +BUILD_DIR="$(dirname ${BUILD_ROOT})/.build" +CACHE_DIR="$(dirname ${BUILD_ROOT})/.cache" +CACHE_HISTORY=".cache_history" + rdo_images_uri=http://buildlogs.centos.org/centos/7/cloud/x86_64/tripleo_images/newton/delorean onos_release_uri=https://downloads.onosproject.org/nightly/ onos_release_file=onos-1.6.0-rc2.tar.gz |