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
Soon, bloom will refuse to release repositories with packages which have capital letters in the names, because it violates the ROS naming guidelines and more importantly the Debian guidelines. I considered that we could automatically lowercase the names, but then we might run into problems on systems without case sensitive filesystems.
I think it would be nice for catkin_prepare_release to catch this so people have a chance to repair the problem before tagging and running bloom, i.e. bloom is often too late for catching this. This would be further than the warning users get from catkin_pkg, because it will tell them that because of this naming problem bloom will refuse to release the repository.
The text was updated successfully, but these errors were encountered:
See: ros-infrastructure/bloom#191
Soon, bloom will refuse to release repositories with packages which have capital letters in the names, because it violates the ROS naming guidelines and more importantly the Debian guidelines. I considered that we could automatically lowercase the names, but then we might run into problems on systems without case sensitive filesystems.
I think it would be nice for
catkin_prepare_release
to catch this so people have a chance to repair the problem before tagging and running bloom, i.e. bloom is often too late for catching this. This would be further than the warning users get fromcatkin_pkg
, because it will tell them that because of this naming problem bloom will refuse to release the repository.The text was updated successfully, but these errors were encountered: