[Buildbot-commits] [SPAM] Re: [Buildbot] #614: Add default property for builddir
Buildbot
buildbot-devel at lists.sourceforge.net
Sat Dec 26 16:40:55 UTC 2009
#614: Add default property for builddir
------------------------+---------------------------------------------------
Reporter: ddunbar | Owner: ddunbar
Type: enhancement | Status: closed
Priority: major | Milestone: 0.7.12
Version: 0.7.11 | Resolution: wontfix
Keywords: |
------------------------+---------------------------------------------------
Changes (by dustin):
* status: new => closed
* resolution: => wontfix
Comment:
Oh, I forgot that this is a value only really known on the slave. I'd
rather not add another method to the slaves - I want to make slaves
progressively simpler as we head into the 0.8.x releases.
Instead of patching buildbot, you could do this with a SetProperty step.
For UNIX:
{{{
f.addStep(SetProperty(command="pwd", property="absbuilddir"))
}}}
I'm sure a similar construct would work for Windows.
--
Ticket URL: <http://buildbot.net/trac/ticket/614#comment:3>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation
More information about the Commits
mailing list