willowgarage / interactive-manipulation-sandbox

Playground for Interactive Manipulation code that aren't quite baked enough for a full-on repo.
0 stars 7 forks source link

Git complains about the ansible directory #229

Closed mateiciocarlie closed 11 years ago

mateiciocarlie commented 11 years ago

... 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 11 years ago

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?

mateiciocarlie commented 11 years ago

Was this fixed via #244?

KaijenHsiao commented 11 years ago

yes.