You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
and VCS_URL https://github.com/assimp/assimp.git is usually hardcoded.
When a mirror site of github is needed to build ros2, it's very difficult to set the mirror site URL unless the source code is modified.
I'm proposing an updated version of macro ament_vendor so that it can use env variable (if set) as a prioritized value of VCS_URL.
As a result, for all the xxxxx_vendor projects, it's not necessary to touch the source code of VCS_URL but to set an environmental value of assimp_vendor_VCS_URL in my case and use the mirror git site.
Any comment? I can create a PR for it.
The text was updated successfully, but these errors were encountered:
In Ros2,
ament_vendor
is mainly used like this:and
VCS_URL https://github.com/assimp/assimp.git
is usually hardcoded.When a mirror site of github is needed to build ros2, it's very difficult to set the mirror site URL unless the source code is modified.
I'm proposing an updated version of macro
ament_vendor
so that it can use env variable (if set) as a prioritized value ofVCS_URL
.As a result, for all the xxxxx_vendor projects, it's not necessary to touch the source code of
VCS_URL
but to set an environmental value ofassimp_vendor_VCS_URL
in my case and use the mirror git site.Any comment? I can create a PR for it.
The text was updated successfully, but these errors were encountered: