-
Notifications
You must be signed in to change notification settings - Fork 94
Open
Description
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?
Metadata
Metadata
Assignees
Labels
No labels