diff options
author | Feng Pan <fpan@redhat.com> | 2016-05-22 15:30:19 -0400 |
---|---|---|
committer | Feng Pan <fpan@redhat.com> | 2016-05-22 15:30:19 -0400 |
commit | 97c11889366a52e7cfdfdf725a5088ed5d1387e0 (patch) | |
tree | 61969e25a7695e930932431af9d459ff30f51b59 /build | |
parent | d0fbaceb1e2c2ecce60dcdc51c59cb515810e355 (diff) |
Change ONOS binary download to dropbox
Change-Id: Iaa246533b908327d0bac05f90aa6a1fc7a60c435
Signed-off-by: Feng Pan <fpan@redhat.com>
Diffstat (limited to 'build')
-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 9bb40a9c..115650da 100644 --- a/build/variables.sh +++ b/build/variables.sh @@ -9,5 +9,5 @@ ############################################################################## rdo_images_uri=https://ci.centos.org/artifacts/rdo/images/mitaka/delorean/stable/ -onos_release_uri=http://downloads.onosproject.org/release +onos_release_uri=https://dl.dropboxusercontent.com/u/7079970/ onos_release_file=onos-1.5.0.tar.gz |