[Buildbot-devel] Incorrect string formatting with properties (regression?)

Jared Grubb jared.grubb at gmail.com
Tue Aug 6 00:27:30 UTC 2013


When you look at the properties in the Build page, is 'workdir' a tuple or a string?

Jared

On Aug 5, 2013, at 9:02, ddcc <d.c.ddcc at gmail.com> wrote:

> Hello,
> 
> Has anyone experienced any incorrect string formatting on the lastest Git master of Buildbot? In my configuration
> file, I have the following defined as a build step:
> f.addStep(Configure(command=['./configure', WithProperties('--with-llvm=%(workdir)s/../llvm-3_2/build')]))
> 
> In previous versions such as 0.8.6p1 (Fedora), I get the expected call with:
> ['./configure', "--with-llvm=/home/ddcc/slave/llvm-2_9/../llvm-2_9/build"]
> 
> But on the latest master, I receive the following, which screws up the build:
> ['./configure', "--with-llvm=('/home/ddcc/slave/llvm-2_9',)/../llvm-2_9/build"]
> 
> I've tried using Interpolate instead of WithProperties, but I still experience the same behavior. Any suggestions?
> 
> Thanks,
> 
> Dominic
> 
> 
> ------------------------------------------------------------------------------
> Get your SQL database under version control now!
> Version control is standard for application code, but databases havent 
> caught up. So what steps can you take to put your SQL databases under 
> version control? Why should you start doing it? Read more to find out.
> http://pubads.g.doubleclick.net/gampad/clk?id=49501711&iu=/4140/ostg.clktrk
> _______________________________________________
> Buildbot-devel mailing list
> Buildbot-devel at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/buildbot-devel

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://buildbot.net/pipermail/devel/attachments/20130805/b26f8b69/attachment.html>


More information about the devel mailing list