[Buildbot-commits] [Buildbot] #2343: gitpoller fails when using ssh for the repository
Buildbot
nobody at buildbot.net
Fri Aug 10 00:37:54 UTC 2012
#2343: gitpoller fails when using ssh for the repository
--------------------+------------------------
Reporter: kclair | Owner:
Type: defect | Status: new
Priority: major | Milestone: undecided
Version: 0.8.6p1 | Resolution:
Keywords: git |
--------------------+------------------------
Comment (by dustin):
The new version passes the environment when it runs git:
{{{
def _dovccmd(self, command, args, path=None):
d = utils.getProcessOutputAndValue(self.gitbin,
[command] + args, path=path, env=os.environ)
}}}
so maybe this is something different? Can you narrow it down?
--
Ticket URL: <http://trac.buildbot.net/ticket/2343#comment:2>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation
More information about the Commits
mailing list