Import ros2 source package with version info
Hi,
I am compiling ros2 source package to debian 11 platform
vcs import --input https://raw.githubusercontent.com/ros2/ros2/humble/ros2.repos
This outputs
repositories:
ament/ament_cmake:
type: git
url: https://github.com/ament/ament_cmake.git
version: humble
ament/ament_index:
type: git
url: https://github.com/ament/ament_index.git
version: humble
...
...
There is no version specified for each package. This poses a challenge, that every single time i run my ci/cd pipeline, it pulls the latest packages. Is there are any other way or other tools where I can download the packages along with the versions.
Thanks