ami-iit / log-installed-software

Script to easily save the version of the software packages installed on a system.
BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

Add action to capture version of git directories #4

Open traversaro opened 2 years ago

traversaro commented 2 years ago

In the case of the robotology-superbuild (or catkin/colcon workspaces) we would like to get the version/commit used for each subproject, and if there are local modifications to save this local modifications as well.

traversaro commented 1 year ago

Probably we could just use vcs (https://github.com/dirk-thomas/vcstool) if it is installed.