[Buildbot-devel] WithProperties? adding to an existing build
Neal Chant
neal at ethermonkey.net
Mon Jul 4 18:43:35 UTC 2011
On Mon, 2011-07-04 at 14:26 -0400, Jim Kelly wrote:
> You'll want to change that to:
>
> command=[
> "ant", "build", "-f", /somewhere/build.xml",
> "-Dsdk.dir=/usr/android-sdk-linux_86/",
> "-Dandroid.loc=android",
> "-Dout.dir=/home/aname/output",
> WithProperties("-Dsvn.revision=%(revision)s")
> ])
>
> You can't cat a string and a WithProperties object together, because
> WithProperties is just a pointer to something that will later provide
> a string, not an actual string.
Thanks Jim, that works.
Neal
More information about the devel
mailing list