willowgarage/interactive-manipulation-sandbox

Git complains about the ansible directory

Closed this issue · 3 comments

... when called by wstool on our .rosinstall file

WARNING [vcstools] Command failed: 'git clone --recursive git@github.com:willowgarage/interactive-manipulation-sandbox.git /home/matei/ros_sandbox/im/rosbuild_src/interactive-manipulation-sandbox'
errcode: 1:
No submodule mapping found in .gitmodules for path 'continuousop/deploy/ansible/ansible'

Does not seem to be a showstopper, but would be nice to get rid of it. @baalexander @adamantivm - any thoughts?

tlau commented

It looks like the deploy/ansible/ansible is being treated as a nested git repository which was improperly declared.

@baalexander, how did you commit that? Can you undo it?

Was this fixed via #244?