|
Re: Slave doesnt create output directory: msg#00011python.buildbot.devel
> # Create basic BuildFactory object to generate our steps for us > f1 = factory.BuildFactory() > # Tell the BuildFactory about the steps > f1.steps.append(s(step.ShellCommand, command="dir" )) > it kacks because the "build" directory hasn't been created: Ah, yes, all of the steps assume that the workdir was created by a Source step of some sort.. a CVS checkout or the like. If you don't do that, you'll need to add a mkdir step yourself. > Oh, also the buildbot slave command doesn't work. I have to use mktap. > It seems to foul up the arguments and miss the password for some reason. Hrm. Sounds like the %1..%9 vs %* problem. How many arguments are you passing in? Does the 'buildbot' command you're using use '%*' or the old numbered parameters? Also, I should probably change 'buildbot slave' to 'buildbot create_slave' or 'buildbot make slave' or something, to make the command more clear. I'll look into this (probably keeping the old command as an alias for a while) when I fix it to make .tac files instead of .tap files. cheers, -Brian ------------------------------------------------------- This SF.Net email is sponsored by: NEC IT Guy Games. Get your fingers limbered up and give it your best shot. 4 great events, 4 opportunities to win big! Highest score wins.NEC IT Guy Games. Play to win an NEC 61 plasma display. Visit http://www.necitguy.com/?r=20 |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | RE: buildbotURL: 00011, Nick Trout |
|---|---|
| Next by Date: | RE: Slave doesnt create output directory: 00011, Nick Trout |
| Previous by Thread: | Slave doesnt create output directoryi: 00011, Nick Trout |
| Next by Thread: | RE: Slave doesnt create output directory: 00011, Nick Trout |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |