PMXBOT Log file Viewer

Help | Karma | Search:

#buildout logs for Friday the 21st of June, 2013

(Back to #buildout overview) (Back to channel listing) (Animate logs)
[11:15:54] <bbeermann> is someone familiar with using git forks for local development in mr.developer and afterwards contributing to a master?
[11:17:06] <bbeermann> any best practices?
[11:32:51] <yota> in my mind, mr.developer can't clone with auth. True?
[11:37:17] <bbeermann> what do you mean with auth?
[11:59:17] <yota> you need auth on the server to push
[12:00:23] <yota> last time I used mr.developer, only read only clone was available
[12:00:30] <yota> right?
[12:12:50] <bbeermann> I don't use mr.developer to push
[12:12:54] <bbeermann> I use git
[12:12:56] <bbeermann> directly
[12:13:48] <bbeermann> the thing is that mr.developer is fetching the master and I want to push my changes to my fork in order to do a pull request to the master afterwards
[12:14:07] <aclark> yota: not true, mr.developer knows nothing about auth so just give it the right url and have your ssh keys in place
[12:14:53] <aclark> bbeermann: also nothing to do with mr.developer, AFAICT. more of a git question, i think?
[12:16:17] <bbeermann> yeah as I think about it you are right
[12:16:34] <bbeermann> but I hoped that someone is here who did something similar
[12:17:14] <bbeermann> in the end I would have to write a shell script for buildout which is messing with the git repos