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
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?
The text was updated successfully, but these errors were encountered:
I am using the
catkin_generate_changelog
tool in my repository. I have a directorysrc
which containsdeps
andpkgs
directories. This repository contains also git submodules. Thedeps
directory contains symbolic links to the packages of the submodules. In thepkgs
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 mypkgs
directory. So is it possible to add anpackage_path
option?The text was updated successfully, but these errors were encountered: