ros-infrastructure / prerelease_website

1 stars 5 forks source link

roinstall generator does not generate correct tar ball snippets #13

Closed wjwwood closed 11 years ago

wjwwood commented 11 years ago

When a repository name is not exactly -release then the snippet generated is incorrect, see:

- tar: {local-name: warehouse_ros, uri: 'https://github.com/ros-gbp/warehouse-release/archive/release/groovy/warehouse_ros/0.7.12-0.tar.gz',
    version: warehouse_ros-release-release-groovy-warehouse_ros-0.7.12-0}

The repository name is warehouse_ros, but the github project name is warehouse-release. This generates the wrong sub folder in the version field, it should be warehouse-release-release-groovy-warehouse_ros-0.7.12-0

dirk-thomas commented 11 years ago

Closing the ticket here since it will not be implemented for the web rosinstall generator but for the command line equivalent linked above.

dirk-thomas commented 11 years ago

The rosinstall_gen website has been updated to call the new python api of https://github.com/ros-infrastructure/rosinstall_generator so this issue is fixed now.