wybuild download site via CLI

Hi,

I'm trying to build a continuous integration server with wybuild.Basically we have several branches in git, and want to push out builds that track these independently. For instance would branch master have download site http://download.someurl.com/abc/%file%

while branch develop have download site http://download.someurl.com/develop/%file%

Is this possible at all? I can't find any command line switch which allows me to specify download site in wybuild dynamically, only specified via the wybuild application.

Cheers,Peter

Follow-up question:It seems like the .wyp format i pretty simple, and that you prepend a int32 with length -1 in front of the download site string.

Is this correct? Can I just alter the download site in the binary, and set the new length -1 of the download site string as an int32 and be done with it, or is the file fixed length? (For instance an int somewhere else which signifies the entire size of the file)

Some preliminary testing tells me that just altering the string and int32 should be enough?

Off the top of my head, no I don't think altering the wyp binary in that way will work. A better choice in the near future is to use variables like urlargs: https://wyday.com/wybuild/help/wyupdate-commandline.php#urlargs