diff options
author | Michael Chapman <michapma@redhat.com> | 2017-03-06 13:26:46 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-03-06 13:26:46 +0000 |
commit | a1cf3378fe98d1ecd4223908adbc8fa44fbbfc39 (patch) | |
tree | 969e88fd64a2abd5fc5d00fd7516edb1c69e277d /build/variables.sh | |
parent | b73e0bbeabae779679a66b950fd877a98e61ac18 (diff) | |
parent | c5b4d6ed99c82c9f61bb322345ec9dc3f0e77633 (diff) |
Merge "Allow RDO_IMAGE_URI env var to override RDO images source"
Diffstat (limited to 'build/variables.sh')
-rw-r--r-- | build/variables.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/variables.sh b/build/variables.sh index c30aa2a7..0fc3824b 100644 --- a/build/variables.sh +++ b/build/variables.sh @@ -15,7 +15,7 @@ CACHE_DIR="$(dirname ${BUILD_ROOT})/.cache" CACHE_HISTORY=".cache_history" PATCHES_DIR="${BUILD_ROOT}/patches" -rdo_images_uri=http://buildlogs.centos.org/centos/7/cloud/x86_64/tripleo_images/newton/delorean +rdo_images_uri=${RDO_IMAGES_URI:-http://buildlogs.centos.org/centos/7/cloud/$(uname -p)/tripleo_images/newton/delorean} onos_release_uri=https://downloads.onosproject.org/nightly/ onos_release_file=onos-1.8.0-rc6.tar.gz onos_jdk_uri=http://artifacts.opnfv.org/apex/colorado |