ros-infrastructure / catkin_pkg

Standalone Python library for the catkin build system.
https://github.com/ros/catkin
Other
46 stars 89 forks source link

Package path option `catkin_generate_changelog` #344

Open YannickdeHoop opened 2 years ago

YannickdeHoop commented 2 years ago

I am using the catkin_generate_changelog tool in my repository. I have a directory src which contains deps and pkgs directories. This repository contains also git submodules. The deps directory contains symbolic links to the packages of the submodules. In the pkgs directory contains the packages of the repository itself. So in this way we can use multiple repositories in one catkin workspace. The problem is that when you run catkin_generate_changelog he will find also the packages of the submodules. I dont want this I want only generate a changelog for my pkgs directory. So is it possible to add an package_path option?