ros-infrastructure / bloom

A release automation tool which makes releasing catkin (http://ros.org/wiki/catkin) packages easier.
Other
58 stars 91 forks source link

Move shared generator code to the base class or a core helper #578

Open tfoote opened 4 years ago

tfoote commented 4 years ago

In debugging #577 @sloretz and I found many functions that are shared between the two generators that are sometimes even identical and do not need to be duplicated.

In particular: bloom/generators/debian/generator.py bloom/generators/rpm/generator.py

cottsay commented 4 years ago

I think this was one of the goals of #539