jspricke / ros-deb-builder-action

Github Action to convert ROS packages to Debian packages
BSD 3-Clause "New" or "Revised" License
65 stars 24 forks source link

check out git submodules #7

Closed simonschmeisser closed 1 year ago

simonschmeisser commented 1 year ago

See here for documentation

https://github.com/dirk-thomas/vcstool/blob/ea4c777989fbdc71d0163beb0ec6ea69f524a70d/vcstool/commands/import_.py#L54

fixes issues when building eigenpy and likely others

simonschmeisser commented 1 year ago

I added two more optional commits that I have not verified to work but which might be interesting as well

simonschmeisser commented 1 year ago

fixes https://github.com/v4hn/ros-o-builder/issues/15

v4hn commented 1 year ago

Technically, this does not fix the ros-o-builder issue because I use my fork there for now. :-) I'll cherry-pick and adapt the first two commits though as they make sense to me.