diff options
author | Feng Pan <fpan@redhat.com> | 2017-09-20 02:26:50 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-09-20 02:26:50 +0000 |
commit | bdd2822247a9b3ddf2a30a9de49c97aca4d8eb43 (patch) | |
tree | 677f59de782a19fb40543b4f4c4813ac85e86e7e | |
parent | 37d0390ca4286fd77f49479c576a9625b4cbed97 (diff) | |
parent | e66df857ac68c728a05d6305d60142e8ed7d223e (diff) |
Merge "Freezes RDO images for Euphrates"
-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 6f8a6696..a611073c 100644 --- a/build/variables.sh +++ b/build/variables.sh @@ -17,7 +17,7 @@ PATCHES_DIR="${BUILD_ROOT}/patches" BUILD_UTILS="$(dirname ${BUILD_ROOT})/apex/build/build_utils.py" -rdo_images_uri=${RDO_IMAGES_URI:-https://images.rdoproject.org/ocata/delorean/current-tripleo/stable/} +rdo_images_uri=${RDO_IMAGES_URI:-http://artifacts.opnfv.org/apex/euphrates/rdo} onos_release_uri=https://downloads.onosproject.org/release/ onos_release_file=onos-1.8.4.tar.gz |