#253: buildbot.tac is not relocatable because it remembers its basedir
------------------------+---------------------------------------------------
Reporter:  zooko        |        Owner:          
    Type:  enhancement  |       Status:  reopened
Priority:  major        |    Milestone:  0.8.0   
 Version:  0.7.6        |   Resolution:          
Keywords:               |  
------------------------+---------------------------------------------------

Comment(by dalore):

 warner, python does provide {{{__file__}}}

 Here is some sample code I put into my buildout.tac to make it
 relocatable:
 {{{
 import os.path
 basedir = os.path.abspath(os.path.dirname(__file__))
 }}}

 I tried renaming the slave directory and it worked.

-- 
Ticket URL: <http://buildbot.net/trac/ticket/253#comment:5>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation
------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Buildbot-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/buildbot-commits

Reply via email to