diff options
author | Tim Rozet <trozet@redhat.com> | 2017-09-19 12:03:14 -0400 |
---|---|---|
committer | Tim Rozet <trozet@redhat.com> | 2017-09-19 12:19:32 -0400 |
commit | f6792ad2fff60fae3759eaf7d4092012acf360db (patch) | |
tree | 49382c9a329e8d877fbfe06118a36bf3473dbad1 | |
parent | ea691fed3042f42701cb355ce1db305564ba229a (diff) |
Freezes RDO images for Euphrates
Change-Id: Ie20e7d0c52efc2497c7c9975f88be0a9bfa7aa07
Signed-off-by: Tim Rozet <trozet@redhat.com>
-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 |