#2363: The workdir property is set to slavebuilddir, not workdir
----------------------+-----------------------
Reporter:  pepsiman   |      Owner:
    Type:  undecided  |     Status:  new
Priority:  major      |  Milestone:  undecided
 Version:  master     |   Keywords:
----------------------+-----------------------
 master/buildbot/process/build.py sets the "workdir" property like this:
 {{{
             self.setProperty("workdir",
                     self.path_module.join(
                         slavebuilder.slave.slave_basedir,
                         self.builder.config.slavebuilddir),
                     "slave")
 }}}

 This is confusing, as build steps can specify a workdir which is a
 subdirectory of slavebuilddir.

 I'd expect this property to be called "slavebuilddir".

 I'd also expect the source of this property to be "Slave", as all other
 sources start with a capital letter.

-- 
Ticket URL: <http://trac.buildbot.net/ticket/2363>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Buildbot-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/buildbot-commits

Reply via email to