[Buildbot-commits] [Buildbot] #1763: gitpoller should allow relative workdirs
Buildbot
nobody at buildbot.net
Wed Jan 26 22:22:31 UTC 2011
#1763: gitpoller should allow relative workdirs
------------------------+--------------------
Reporter: dustin | Owner:
Type: enhancement | Status: new
Priority: major | Milestone: 0.8.4
Version: 0.8.3p1 | Resolution:
Keywords: git |
------------------------+--------------------
Comment (by tfogal):
{{{
def startService(self):
# make our workdir absolute, relative to the master's basedir
if not os.path.isabs(self.workdir):
self.workdir = os.path.join(self.master.basedir, self.workdir)
log.msg("gitpoller: using workdir '%s'" % self.workdir)
}}}
Does that code not work?
--
Ticket URL: <http://trac.buildbot.net/ticket/1763#comment:1>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation
More information about the Commits
mailing list