-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update repository server #8414
Update repository server #8414
Conversation
….s3-eu-west-1.amazonaws.com addresses with librealsense.intel.com
common/model-views.h
Outdated
@@ -81,7 +81,7 @@ inline ImVec4 blend(const ImVec4& c, float a) | |||
|
|||
namespace rs2 | |||
{ | |||
constexpr const char* server_versions_db_url = "http://realsense-hw-public.s3-eu-west-1.amazonaws.com/Releases/rs_versions_db.json"; | |||
constexpr const char* server_versions_db_url = "http://librealsense.intel.com/Releases/rs_versions_db.json"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please revert this change - part of a separate UC
CMake/connectivity_check.cmake
Outdated
@@ -1,7 +1,7 @@ | |||
# License: Apache 2.0. See LICENSE file in root directory. | |||
# Copyright(c) 2019 Intel Corporation. All Rights Reserved. | |||
message(STATUS "Checking internet connection...") | |||
file(DOWNLOAD "http://realsense-hw-public.s3-eu-west-1.amazonaws.com/Releases/connectivity_check" "${CMAKE_CURRENT_SOURCE_DIR}/connectivity_check" SHOW_PROGRESS TIMEOUT 5 STATUS status) | |||
file(DOWNLOAD "http://librealsense.intel.com/Releases/connectivity_check" "${CMAKE_CURRENT_SOURCE_DIR}/connectivity_check" SHOW_PROGRESS TIMEOUT 5 STATUS status) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
https, in this line and in all changes hereafter
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed. Tested on all machines again.
revert changes where the link is a part of a separate UC
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good
replaced realsense-hw-public.s3.amazonaws.com and realsense-hw-publics3-eu-west-1.amazonaws.com addresses with librealsense.intel.com
Installation tested on Ubuntu 16.04, 18.04, 20.04
Tracked on: DSO-16482