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
I am receiving a bunch of these messages from a Plone 4.3 buildout that is working on all machines except this one. Latest Plone 4.3, latest mr.developer
Maybe you could change the raise to raise GitError("git submodule init failed.\n%s" % stderr) to see the error message. In case you still want to track it down.
I am receiving a bunch of these messages from a Plone 4.3 buildout that is working on all machines except this one. Latest Plone 4.3, latest mr.developer
The related sources
xmldirector.demo = git [email protected]:xml-director/xmldirector.demo.git
xmldirector.crex = git [email protected]:xml-director/xmldirector.crex.git
pp.client-plone = git [email protected]:ajung/pp.client-plone.git
pp.client-python = git [email protected]:ajung/pp.client-python.git
plone.rest = git [email protected]:zopyx/plone.rest.git
can be cloned manually on the same box without issues.
How can on track this down?
[docker@vmd9666 xmldirector.plonecore]$ bin/buildout -c dev.cfg
mr.developer: Queued 'plone.rest' for checkout.
mr.developer: Queued 'pp.client-plone' for checkout.
mr.developer: Queued 'pp.client-python' for checkout.
mr.developer: Queued 'xmldirector.crex' for checkout.
mr.developer: Queued 'xmldirector.demo' for checkout.
mr.developer: Cloned 'plone.rest' with git.
mr.developer: git submodule init failed.
mr.developer:
mr.developer: Cloned 'xmldirector.crex' with git.
mr.developer: git submodule init failed.
mr.developer:
mr.developer: Cloned 'pp.client-python' with git.
mr.developer: git submodule init failed.
mr.developer:
mr.developer: Cloned 'xmldirector.demo' with git.
mr.developer: git submodule init failed.
mr.developer:
mr.developer: Cloned 'pp.client-plone' with git.
mr.developer: git submodule init failed.
mr.developer:
mr.developer: There have been errors, see messages above.
The text was updated successfully, but these errors were encountered: