I'm using Buildout and Mr.Developer in order to set up my environment (both for development and deployments). Part of this set up is pulling a private git repository that is required for this project. (This is why I'm using Mr.Developer.) Most of the time when I run buildout, everything is fine. However, after outputting the line below, it will occasionally stop. It doesn't time out or anything, but it hangs here indefinitely:
On a normal/successful buildout, it would have outputted:
My initial thoughts: I assumed that it was my git repository host that was possibly timing out (which I had hosted on webfaction). However, I just switched to github, and I'm still experiencing this issue. Since this only occurs randomly, I don't think it's an issue of the settings I've specified in my buildout configuration file. Update: I increased the verbosity, and here is the output:
asked 14 Mar '12, 14:13 vkdev |
Have you tried running buildout with increased verbosity, eg
buildout -v -v -v
? That might give you some more insight into the error. Please try that and update your original question with your findings, and we might be able to provide an answer.Unfortunately, increasing the verbosity doesn't provide any more detail. It still just hangs at the line:
mr.developer: Queued 'django-myotherproject' for checkout.
According to the answer to your question at SO, this should be addressed in an upcoming mr.developer release.